macos cross compilation now works. macos binaries can be compiled on linux with osxcross installed and built
20 lines
477 B
INI
20 lines
477 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'
|
|
ranlib = '/usr/bin/true'
|
|
|
|
[host_machine]
|
|
system = 'darwin'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'arm64'
|
|
endian = 'little'
|
|
|
|
[built-in options]
|
|
c_args = ['-mmacosx-version-min=15.0']
|
|
cpp_args = ['-mmacos-version-min=15.0']
|
|
c_link_args = ['-mmacosx-version-min=15.0']
|
|
cpp_link_args = ['-mmacos-version-min=15.0']
|