Skip to content

Commit

Permalink
Finish parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
imWildCat committed Jan 1, 2022
1 parent e605985 commit 7a4f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gomobile/bind_iosapp.go
Expand Up @@ -194,7 +194,7 @@ func buildTargetArch(t targetInfo, gobindCommandPath string, pkgs []*packages.Pa
env := appleEnv[t.String()][:]
sdk := getenv(env, "DARWIN_SDK")

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

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

0 comments on commit 7a4f454

Please sign in to comment.