Skip to content

Commit 50d954c

Browse files
committed
Fix build result of merged FAT binary
1 parent 1b903c7 commit 50d954c

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
@@ -94,7 +94,7 @@ func goAppleBind(gobind string, pkgs []*packages.Package, targets []targetInfo)
9494
for _, buildResults := range platformBuildResults {
9595
if len(buildResults) == 2 {
9696
mergeArchsForSinglePlatform(buildResults[0].titlePath, buildResults[1].titlePath)
97-
refinedBuildResults = append(refinedBuildResults, buildResults[0])
97+
refinedBuildResults = append(refinedBuildResults, buildResults[1])
9898
} else if len(buildResults) == 1 {
9999
refinedBuildResults = append(refinedBuildResults, buildResults[0])
100100
} else {

0 commit comments

Comments
 (0)