Skip to content

Commit 4984c4e

Browse files
build: make ios work again (#26052)
1 parent 0c66d97 commit 4984c4e

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
@@ -1150,7 +1150,7 @@ func doXCodeFramework(cmdline []string) {
11501150
tc := new(build.GoToolchain)
11511151

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

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

0 commit comments

Comments
 (0)