diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-18 13:10:08 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-18 13:10:08 +0200 |
commit | f8a3e9b33222cf7382a4d20ba38fba1907f93995 (patch) | |
tree | 7f5cd204bccf554ce7dd61323ebf85d2be8d10ed /app/tools/libwg-go/Makefile | |
parent | db9397fd3ec3254db21e34fb58776b8808182ef7 (diff) |
libwg-go: version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/tools/libwg-go/Makefile')
-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 cb241191..eea2f930 100644 --- a/app/tools/libwg-go/Makefile +++ b/app/tools/libwg-go/Makefile @@ -20,7 +20,7 @@ export GOARCH := $(NDK_GO_ARCH_MAP_$(ANDROID_ARCH_NAME)) export GOOS := android export CGO_ENABLED := 1 -DESIRED_GO_VERSION := 1.13.1 +DESIRED_GO_VERSION := 1.13.2 default: $(DESTDIR)/libwg-go.so |