meson/meson_crossfile
2024-10-15 20:09:23 +08:00

18 lines
381 B
Plaintext

[binaries]
c = 'x86_64-future-linux-gnu-gcc'
cpp = 'x86_64-future-linux-gnu-g++'
ar = 'x86_64-future-linux-gnu-gcc-ar'
nm = 'x86_64-future-linux-gnu-gcc-nm'
ranlib = 'x86_64-future-linux-gnu-gcc-ranlib'
pkg-config = 'x86_64-future-linux-gnu-pkg-config'
[properties]
needs_exe_wrapper = true
[host_machine]
system = 'linux'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'