Skip to content

Commit 4ef5e97

Browse files
committed
build: gomobile automaticall adds the ios tag, don't duplicate
1 parent 46ec63b commit 4ef5e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ func doXCodeFramework(cmdline []string) {
900900
// Build the iOS XCode framework
901901
build.MustRun(goTool("get", "golang.org/x/mobile/cmd/gomobile", "golang.org/x/mobile/cmd/gobind"))
902902
build.MustRun(gomobileTool("init"))
903-
bind := gomobileTool("bind", "-ldflags", "-s -w", "--target", "ios", "--tags", "ios", "-v", "github.com/ethereum/go-ethereum/mobile")
903+
bind := gomobileTool("bind", "-ldflags", "-s -w", "--target", "ios", "-v", "github.com/ethereum/go-ethereum/mobile")
904904

905905
if *local {
906906
// If we're building locally, use the build folder and stop afterwards

0 commit comments

Comments
 (0)