Add scripts/x86_64-w64-mingw32.txt

This commit is contained in:
Kevin Trogant 2024-07-15 17:36:27 +02:00
parent 3a4c159b5c
commit 9c73308214

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'
exe_wrapper = 'wine64'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'