We want to be able to build all targets on one machine, began implimenting cross compilation
17 lines
363 B
INI
17 lines
363 B
INI
[binaries]
|
|
c = 'arm64-apple-darwin25-clang'
|
|
cpp = 'arm64-apple-darwin25-clang++'
|
|
ar = 'arm64-apple-darwin25-ar'
|
|
strip = 'arm64-apple-darwin25-strip'
|
|
pkg-config = 'pkg-config'
|
|
|
|
[host-machine]
|
|
system = 'darwin'
|
|
cpu_family = 'aarch64'
|
|
cpi = 'arm64'
|
|
endian = 'little'
|
|
|
|
[built-in options]
|
|
c_args = ['-mmacosx-version-min=15.0']
|
|
cpp_args = ['-mmacos-version-min=15.0']
|