spiegel-keyman/core/cross-mac-x86_64.build
Steven R. Loomis 7c0f51c486 fix(core): set mac build version for meson cli build to 10.13
- add as option to compiler
- Match version in #11302

Fixes: #11423
2024-08-19 10:22:10 -05:00

16 lines
389 B
Text

[host_machine]
system = 'darwin'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
[binaries]
c = ['clang', '-arch', 'x86_64', '-mmacosx-version-min=10.13']
objc = ['clang', '-arch', 'x86_64', '-mmacosx-version-min=10.13']
cpp = ['clang++', '-arch', 'x86_64', '-mmacosx-version-min=10.13']
ar = 'ar'
ld = 'ld'
strip = 'strip'
lipo = 'lipo'
ranlib = 'ranlib'
pkgconfig = 'pkg-config'