mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
[binaries]
|
|
c = 'x86_64-w64-mingw32-gcc'
|
|
cpp = 'x86_64-w64-mingw32-g++'
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
strip = 'x86_64-w64-mingw32-strip'
|
|
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
|
|
sh = '/usr/bin/sh'
|
|
|
|
[properties]
|
|
c_link_args = ['-static', '-static-libgcc']
|
|
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
|
|
needs_exe_wrapper = true
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|