Skip to content

Commit 7a4f454

Browse files
committed
Finish parallel build
1 parent e605985 commit 7a4f454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gomobile/bind_iosapp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func buildTargetArch(t targetInfo, gobindCommandPath string, pkgs []*packages.Pa
194194
env := appleEnv[t.String()][:]
195195
sdk := getenv(env, "DARWIN_SDK")
196196

197-
frameworkDir := filepath.Join(tmpdir, t.platform, sdk, title+"_"+t.arch+".framework")
197+
frameworkDir := filepath.Join(tmpdir, t.platform, sdk, t.arch, title+".framework")
198198

199199
fileBases := make([]string, len(pkgs)+1)
200200
for i, pkg := range pkgs {

0 commit comments

Comments
 (0)