Skip to content

Commit

Permalink
build: make ios work again (#26052)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-freebit authored Oct 27, 2022
1 parent 0c66d97 commit 4984c4e
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 @@ -1150,7 +1150,7 @@ func doXCodeFramework(cmdline []string) {
tc := new(build.GoToolchain)

// Build gomobile.
build.MustRun(tc.Install(GOBIN, "golang.org/x/mobile/cmd/gomobile", "golang.org/x/mobile/cmd/gobind"))
build.MustRun(tc.Install(GOBIN, "golang.org/x/mobile/cmd/gomobile@latest", "golang.org/x/mobile/cmd/gobind@latest"))

// Build the iOS XCode framework
bind := gomobileTool("bind", "-ldflags", "-s -w", "--target", "ios", "-v", "github.com/ethereum/go-ethereum/mobile")
Expand Down

0 comments on commit 4984c4e

Please sign in to comment.