Skip to content

Commit

Permalink
Merge pull request ethereum#19995 from karalabe/ios-notag
Browse files Browse the repository at this point in the history
build: gomobile automaticall adds the ios tag, don't duplicate
  • Loading branch information
karalabe authored Aug 22, 2019
2 parents 46ec63b + 4ef5e97 commit 1eaf66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eaf66a

Please sign in to comment.