Files
librubberband/cross/ios.txt

24 lines
529 B
Plaintext
Raw Permalink Normal View History

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