mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
22 lines
603 B
Text
22 lines
603 B
Text
# build for the ios simulator(Mac) & iphone devices
|
|
|
|
[binaries]
|
|
cpp = ['clang++', '-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk']
|
|
ar = 'ar'
|
|
strip = 'strip'
|
|
|
|
[properties]
|
|
root = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer'
|
|
has_function_printf = true
|
|
|
|
[built-in options]
|
|
cpp_args = ['-miphoneos-version-min=11.0']
|
|
cpp_link_args = ['-miphoneos-version-min=11.0']
|
|
|
|
[host_machine]
|
|
system = 'darwin'
|
|
subsystem = 'ios'
|
|
kernel = 'xnu'
|
|
cpu_family = 'arm64'
|
|
cpu = 'arm64'
|
|
endian = 'little'
|