@@ -10,12 +10,12 @@ strip = 'strip'
1010pkgconfig = 'pkg-config'
1111
1212[built-in options]
13- c_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0 ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
14- cpp_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0 ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
15- c_link_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0 ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
16- cpp_link_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0 ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
17- objc_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0 ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
18- objcpp_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0 ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
13+ c_args = ['-arch', 'x86_64', '__DEPLOYMENT_TARGET ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
14+ cpp_args = ['-arch', 'x86_64', '__DEPLOYMENT_TARGET ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
15+ c_link_args = ['-arch', 'x86_64', '__DEPLOYMENT_TARGET ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
16+ cpp_link_args = ['-arch', 'x86_64', '__DEPLOYMENT_TARGET ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
17+ objc_args = ['-arch', 'x86_64', '__DEPLOYMENT_TARGET ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
18+ objcpp_args = ['-arch', 'x86_64', '__DEPLOYMENT_TARGET ', '-Os', '-isysroot', '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
1919
2020[properties]
2121root = '__XCODE_DEVELOPER/Platforms/iPhoneSimulator.platform/Developer'
0 commit comments