Enable embed-bitcode (#197)

This commit is contained in:
云风
2018-12-06 16:16:10 +08:00
committed by Бранимир Караџић
parent 05af336890
commit 8938d31d99

View File

@@ -1073,6 +1073,7 @@ function toolchain(_buildDir, _libDir)
buildoptions {
"-miphoneos-version-min=7.0",
"--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" ..iosPlatform .. ".sdk",
"-fembed-bitcode",
}
configuration { "ios-simulator" }