From 7b3012b96603086f7ceb235de4aee68cfdce15e3 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 13 Oct 2023 12:23:46 +0330 Subject: [PATCH] Update dependencies --- .github/workflows/release.yml | 1 + Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 584ae55..02acafe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,7 @@ jobs: ndk-version: r26b add-to-path: true local-cache: false + link-to-sdk: true - name: Setup MinGW if: startsWith(matrix.job.target,'windows') diff --git a/Makefile b/Makefile index e565576..6cbd2fe 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ IOS_TAGS=with_dhcp,with_low_memory,with_conntrack GOBUILD=CGO_ENABLED=1 go build -trimpath -tags $(TAGS) -ldflags="-w -s" -buildmode=c-shared lib_install: - go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.0.0-20230728014906-3de089147f59 - go install -v github.com/sagernet/gomobile/cmd/gobind@v0.0.0-20230728014906-3de089147f59 + go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.0.0-20230915142329-c6740b6d2950 + go install -v github.com/sagernet/gomobile/cmd/gobind@v0.0.0-20230915142329-c6740b6d2950 headers: go build -buildmode=c-archive -o $(BINDIR)/$(NAME).h ./custom