Skip to content

Commit 1eaf66a

Browse files
authored
Merge pull request #19995 from karalabe/ios-notag
build: gomobile automaticall adds the ios tag, don't duplicate
2 parents 46ec63b + 4ef5e97 commit 1eaf66a

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)