The-Powder-Toy/.github/mingw-ghactions.ini

15 lines
242 B
INI
Raw Normal View History

2021-12-24 10:43:44 -06:00
[constants]
prefix = 'x86_64-w64-mingw32'
[binaries]
c = prefix + '-gcc'
cpp = prefix + '-g++'
2021-12-24 10:43:44 -06:00
strip = prefix + '-strip'
windres = prefix + '-windres'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'