aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-08-22 19:16:48 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-08-22 19:16:48 +0800
commit4ef5e9746b6f235d007b61a30276fe897cc9be8b (patch)
tree7272bcb6e5dc588d03e7eda18889a89cf75c700a
parent46ec63b84932705219aad80174f8968357373b69 (diff)
downloadgo-tangerine-4ef5e9746b6f235d007b61a30276fe897cc9be8b.tar
go-tangerine-4ef5e9746b6f235d007b61a30276fe897cc9be8b.tar.gz
go-tangerine-4ef5e9746b6f235d007b61a30276fe897cc9be8b.tar.bz2
go-tangerine-4ef5e9746b6f235d007b61a30276fe897cc9be8b.tar.lz
go-tangerine-4ef5e9746b6f235d007b61a30276fe897cc9be8b.tar.xz
go-tangerine-4ef5e9746b6f235d007b61a30276fe897cc9be8b.tar.zst
go-tangerine-4ef5e9746b6f235d007b61a30276fe897cc9be8b.zip
build: gomobile automaticall adds the ios tag, don't duplicate
-rw-r--r--build/ci.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go
index 8b7859f84..d4e2814ec 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -900,7 +900,7 @@ func doXCodeFramework(cmdline []string) {
// Build the iOS XCode framework
build.MustRun(goTool("get", "golang.org/x/mobile/cmd/gomobile", "golang.org/x/mobile/cmd/gobind"))
build.MustRun(gomobileTool("init"))
- bind := gomobileTool("bind", "-ldflags", "-s -w", "--target", "ios", "--tags", "ios", "-v", "github.com/ethereum/go-ethereum/mobile")
+ bind := gomobileTool("bind", "-ldflags", "-s -w", "--target", "ios", "-v", "github.com/ethereum/go-ethereum/mobile")
if *local {
// If we're building locally, use the build folder and stop afterwards