|
|
@@ -1058,14 +1058,14 @@ function toolchain(_buildDir, _libDir)
|
|
|
|
|
|
configuration { "ios-arm*" }
|
|
|
linkoptions {
|
|
|
- "-miphoneos-version-min=7.0",
|
|
|
+ "-miphoneos-version-min=9.0",
|
|
|
"--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" ..iosPlatform .. ".sdk",
|
|
|
"-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" ..iosPlatform .. ".sdk/usr/lib/system",
|
|
|
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" ..iosPlatform .. ".sdk/System/Library/Frameworks",
|
|
|
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" ..iosPlatform .. ".sdk/System/Library/PrivateFrameworks",
|
|
|
}
|
|
|
buildoptions {
|
|
|
- "-miphoneos-version-min=7.0",
|
|
|
+ "-miphoneos-version-min=9.0",
|
|
|
"--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" ..iosPlatform .. ".sdk",
|
|
|
"-fembed-bitcode",
|
|
|
}
|
|
|
@@ -1075,7 +1075,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
objdir (path.join(_buildDir, "ios-simulator/obj"))
|
|
|
libdirs { path.join(_libDir, "lib/ios-simulator") }
|
|
|
linkoptions {
|
|
|
- "-mios-simulator-version-min=7.0",
|
|
|
+ "-mios-simulator-version-min=9.0",
|
|
|
"-arch i386",
|
|
|
"--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk",
|
|
|
"-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk/usr/lib/system",
|
|
|
@@ -1083,7 +1083,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk/System/Library/PrivateFrameworks",
|
|
|
}
|
|
|
buildoptions {
|
|
|
- "-mios-simulator-version-min=7.0",
|
|
|
+ "-mios-simulator-version-min=9.0",
|
|
|
"-arch i386",
|
|
|
"--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk",
|
|
|
}
|
|
|
@@ -1093,7 +1093,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
objdir (path.join(_buildDir, "ios-simulator64/obj"))
|
|
|
libdirs { path.join(_libDir, "lib/ios-simulator64") }
|
|
|
linkoptions {
|
|
|
- "-mios-simulator-version-min=7.0",
|
|
|
+ "-mios-simulator-version-min=9.0",
|
|
|
"-arch x86_64",
|
|
|
"--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk",
|
|
|
"-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk/usr/lib/system",
|
|
|
@@ -1101,7 +1101,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk/System/Library/PrivateFrameworks",
|
|
|
}
|
|
|
buildoptions {
|
|
|
- "-mios-simulator-version-min=7.0",
|
|
|
+ "-mios-simulator-version-min=9.0",
|
|
|
"-arch x86_64",
|
|
|
"--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator" ..iosPlatform .. ".sdk",
|
|
|
}
|