This commit is contained in:
2026-02-25 20:54:07 -06:00
parent fa9d2609b1
commit 52b55cb1ad
3 changed files with 58 additions and 1 deletions

12
cross/mingw64.ini Normal file
View File

@@ -0,0 +1,12 @@
[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'
windres = 'x86_64-w64-mingw32-windres'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'