Skip to content

Commit

Permalink
Clean up libwg makefile
Browse files Browse the repository at this point in the history
Removes unsed env variables.
  • Loading branch information
albin-mullvad committed Jan 24, 2025
1 parent 1812ba2 commit 21649a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wireguard-go-rs/libwg/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ export CGO_ENABLED := 1

default: $(DESTDIR)/libwg.so

GOBUILDARCH := $(NDK_GO_ARCH_MAP_$(shell uname -m))
GOBUILDOS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
GOBUILDVERSION := 1.21.3
# TODO: Add checksum?
GOBUILDTARBALL := https://go.dev/dl/go$(GOBUILDVERSION).$(GOBUILDOS)-$(GOBUILDARCH).tar.gz
GOBUILDVERSION_NEEDED := go version go$(GOBUILDVERSION) $(GOBUILDOS)/$(GOBUILDARCH)


$(DESTDIR)/libwg.so:
mkdir -p $(DESTDIR)
# Build libmaybenot
Expand Down

0 comments on commit 21649a4

Please sign in to comment.