@ -3,20 +3,20 @@
# these might not work for you. Use the googels and xcrun.
# these might not work for you. Use the googels and xcrun.
[binaries]
[binaries]
c = 'clang'
c = [ 'clang', '-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk']
cpp = 'clang++'
cpp = [ 'clang++', '-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk']
objc = 'clang'
objc = [ 'clang', '-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk']
objcpp = 'clang++'
objcpp = [ 'clang++', '-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk']
ar = 'ar'
ar = 'ar'
strip = 'strip'
strip = 'strip'
[built-in options]
[built-in options]
c_args = ['-arch', 'arm64', '- miphoneos-version-min=11.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk ']
c_args = ['-miphoneos-version-min=11.0']
cpp_args = ['-arch', 'arm64', '- miphoneos-version-min=11.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk ']
cpp_args = ['-miphoneos-version-min=11.0']
c_link_args = ['-arch', 'arm64', '- miphoneos-version-min=11.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk ']
c_link_args = ['-miphoneos-version-min=11.0']
cpp_link_args = ['-arch', 'arm64', '- miphoneos-version-min=11.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk ']
cpp_link_args = ['-miphoneos-version-min=11.0']
objc_args = ['-arch', 'arm64', '- miphoneos-version-min=11.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk ']
objc_args = ['-miphoneos-version-min=11.0']
objcpp_args = ['-arch', 'arm64', '- miphoneos-version-min=11.0', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk ']
objcpp_args = ['-miphoneos-version-min=11.0']
[properties]
[properties]
root = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer'
root = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer'