diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-18 09:51:55 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-18 09:51:55 +0200 |
commit | dc1b808f8e6542d8e1f27ff7311965a8eebb7cdc (patch) | |
tree | ae1fca082d6cddb7092bfdf8464855afe70beaf0 /app | |
parent | 53d29b312f3cdf5206cdabdf340b2834f8e8e35c (diff) |
Update dependencies
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/tools/libwg-go/Makefile | 2 | ||||
m--------- | app/tools/wireguard-go | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/tools/libwg-go/Makefile b/app/tools/libwg-go/Makefile index 300b3841..b53996f3 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)) +FILES := $(filter-out %/main.go $(filter-out %_linux.go,$(call containing,_,$(FILES))),$(FILES)) $(wildcard ../wireguard-go/syscall_linux*.go) export GOPATH := $(CURDIR)/go CLANG_FLAGS := --target=$(ANDROID_LLVM_TRIPLE) --gcc-toolchain=$(ANDROID_TOOLCHAIN_ROOT) --sysroot=$(ANDROID_SYSROOT) diff --git a/app/tools/wireguard-go b/app/tools/wireguard-go -Subproject 6cecaf31575d77d8f30be65a0a5d34055ee220a +Subproject c68acf44c0e8874af66139bda7a8e1fc167fc6e |