diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-23 16:42:44 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-23 17:04:17 +0200 |
commit | 83b30bed7bcf3b2e19fce41a91ffdaf5103979ce (patch) | |
tree | 77d7d34abef1ee24c0df73b0ea31eaf42a7dda27 /app/tools | |
parent | 88cf839c90e59823c4fee1e70e5525b943287a10 (diff) |
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/tools')
-rw-r--r-- | app/tools/libwg-go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tools/libwg-go/Makefile b/app/tools/libwg-go/Makefile index b53996f3..300b3841 100644 --- a/app/tools/libwg-go/Makefile +++ b/app/tools/libwg-go/Makefile @@ -1,6 +1,6 @@ containing = $(foreach v,$2,$(if $(findstring $1,$v),$v)) FILES := $(wildcard ../wireguard-go/*/*.go) $(wildcard ../wireguard-go/*.go) -FILES := $(filter-out %/main.go $(filter-out %_linux.go,$(call containing,_,$(FILES))),$(FILES)) $(wildcard ../wireguard-go/syscall_linux*.go) +FILES := $(filter-out %/main.go $(filter-out %_linux.go,$(call containing,_,$(FILES))),$(FILES)) export GOPATH := $(CURDIR)/go CLANG_FLAGS := --target=$(ANDROID_LLVM_TRIPLE) --gcc-toolchain=$(ANDROID_TOOLCHAIN_ROOT) --sysroot=$(ANDROID_SYSROOT) |