656ace10c6
Also build with real -no-pie on ghactions, and fix SDL include directories (it's probably blind luck that they worked correctly on most systems).
17 lines
298 B
INI
17 lines
298 B
INI
[built-in options]
|
|
c_args = [ '-arch', 'arm64' ]
|
|
cpp_args = [ '-arch', 'arm64' ]
|
|
c_link_args = [ '-arch', 'arm64' ]
|
|
cpp_link_args = [ '-arch', 'arm64' ]
|
|
|
|
[binaries]
|
|
c = 'clang'
|
|
cpp = 'clang++'
|
|
strip = 'strip'
|
|
|
|
[host_machine]
|
|
system = 'darwin'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'armv8'
|
|
endian = 'little'
|