cmd/gomobile: use the correct case for the generated Universe.objc.h file
Fixes golang/go#28335 Change-Id: Ia6ef4a5e9c426d810770459632ab276eea9cab8f GitHub-Last-Rev: 47d9c16539e6fd0e154d45e39248240650877356 GitHub-Pull-Request: golang/mobile#24 Reviewed-on: https://go-review.googlesource.com/c/144117 Reviewed-by: Elias Naur <elias.naur@gmail.com>
This commit is contained in:
parent
92f3b9caf7
commit
a27dd33d35
@ -53,7 +53,7 @@ func goIOSBind(gobind string, pkgs []*build.Package, archs []string) error {
|
||||
for i, pkg := range pkgs {
|
||||
fileBases[i] = bindPrefix + strings.Title(pkg.Name)
|
||||
}
|
||||
fileBases[len(fileBases)-1] = "universe"
|
||||
fileBases[len(fileBases)-1] = "Universe"
|
||||
|
||||
cmd = exec.Command("xcrun", "lipo", "-create")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user