From 7e3455caac007218e044789c9f22195dc46e282a Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 13 May 2021 09:14:10 +0200 Subject: [PATCH] fix(mk): ios must depend on copying the psiphon config (#346) See https://github.com/ooni/probe/issues/1468 --- mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk b/mk index d4a128a..bab8ca3 100755 --- a/mk +++ b/mk @@ -451,7 +451,7 @@ __android_build_with_ooni_go: search/for/go #help: #help: * `./mk ./MOBILE/ios/framework`: the framework .PHONY: ./MOBILE/ios/oonimkall.framework -./MOBILE/ios/oonimkall.framework: search/for/go search/for/xcode +./MOBILE/ios/oonimkall.framework: search/for/go search/for/xcode maybe/copypsiphon go get -u golang.org/x/mobile/cmd/gomobile $(GOMOBILE) init PATH=$(shell go env GOPATH)/bin:$$PATH $(GOMOBILE) bind -target ios -o $@ -tags="$(OONI_PSIPHON_TAGS)" -ldflags '-s -w' $(GOLANG_EXTRA_FLAGS) ./pkg/oonimkall