2021-02-10 14:24:17 +00:00
|
|
|
[constants]
|
|
|
|
|
sysroot = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk'
|
|
|
|
|
common_args = [ '-isysroot', sysroot, '-arch', 'x86_64', '-mios-version-min=8' ]
|
|
|
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
|
cpu_family = 'x86_64'
|
|
|
|
|
cpu = 'x86_64'
|
|
|
|
|
system = 'darwin'
|
|
|
|
|
endian = 'little'
|
|
|
|
|
|
2024-08-01 13:56:09 +01:00
|
|
|
[properties]
|
|
|
|
|
needs_exe_wrapper = true
|
|
|
|
|
|
2021-02-10 14:24:17 +00:00
|
|
|
[binaries]
|
|
|
|
|
c = 'cc'
|
|
|
|
|
cpp = 'c++'
|
|
|
|
|
strip = 'strip'
|
|
|
|
|
|
|
|
|
|
[built-in options]
|
|
|
|
|
c_args = common_args
|
|
|
|
|
cpp_args = common_args + [ '-stdlib=libc++' ]
|
|
|
|
|
cpp_link_args = cpp_args
|