Files
dull/mingw32.cross
John Alanbrook ba3189518f
Some checks failed
ci / Linux (Ubuntu) (push) Successful in 13s
ci / Windows (mingw) (push) Failing after 13s
use meson in ci
2025-02-19 16:07:30 -06:00

18 lines
350 B
Plaintext

[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
windres = 'x86_64-w64-mingw32-windres'
strip = 'x86_64-w64-mingw32-strip'
exe_wrapper = 'wine'
pkg-config = 'pkg-config'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
[properties]
needs_exe_wrapper = true