The-Powder-Toy/.github/mingw-ghactions.ini
2021-12-24 22:47:57 +01:00

15 lines
254 B
INI

[constants]
prefix = 'x86_64-w64-mingw32'
[binaries]
c = prefix + '-gcc-posix'
cpp = prefix + '-g++-posix'
strip = prefix + '-strip'
windres = prefix + '-windres'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'