Update dependencies
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
53d29b312f
commit
dc1b808f8e
@ -1,6 +1,6 @@
|
|||||||
containing = $(foreach v,$2,$(if $(findstring $1,$v),$v))
|
containing = $(foreach v,$2,$(if $(findstring $1,$v),$v))
|
||||||
FILES := $(wildcard ../wireguard-go/*/*.go) $(wildcard ../wireguard-go/*.go)
|
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
|
export GOPATH := $(CURDIR)/go
|
||||||
CLANG_FLAGS := --target=$(ANDROID_LLVM_TRIPLE) --gcc-toolchain=$(ANDROID_TOOLCHAIN_ROOT) --sysroot=$(ANDROID_SYSROOT)
|
CLANG_FLAGS := --target=$(ANDROID_LLVM_TRIPLE) --gcc-toolchain=$(ANDROID_TOOLCHAIN_ROOT) --sysroot=$(ANDROID_SYSROOT)
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 6cecaf31575d77d8f30be65a0a5d34055ee220a4
|
Subproject commit c68acf44c0e8874af66139bda7a8e1fc167fc6ea
|
Loading…
Reference in New Issue
Block a user