diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-18 14:57:12 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-18 14:57:12 +0200 |
commit | 2694f48b873b2b33be4c68c30b833dd76478d720 (patch) | |
tree | b58719f676e7544687abd3435f915aec9f70523f /app | |
parent | 0f91aeb2d30c74a65389c5b92df79398e92a8b7d (diff) |
libwg-go: version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-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 eea2f930..617f7b62 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.2 +DESIRED_GO_VERSION := 1.13.3 default: $(DESTDIR)/libwg-go.so |