2019-09-19 17:21:51 +00:00
|
|
|
[binaries]
|
2022-05-05 11:44:02 +00:00
|
|
|
c = ['ccache', 'x86_64-w64-mingw32-gcc-posix']
|
|
|
|
cpp = ['ccache', 'x86_64-w64-mingw32-g++-posix']
|
2019-09-19 17:21:51 +00:00
|
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
|
|
strip = 'x86_64-w64-mingw32-strip'
|
2022-05-05 11:44:02 +00:00
|
|
|
pkgconfig = '/usr/x86_64-w64-mingw32/bin/pkg-config'
|
|
|
|
llvm-config = '/usr/x86_64-w64-mingw32/bin/llvm-config'
|
2019-09-19 17:21:51 +00:00
|
|
|
windres = 'x86_64-w64-mingw32-windres'
|
|
|
|
exe_wrapper = ['wine64']
|
|
|
|
|
|
|
|
[properties]
|
|
|
|
needs_exe_wrapper = True
|
|
|
|
sys_root = '/usr/x86_64-w64-mingw32/'
|
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86_64'
|
|
|
|
cpu = 'x86_64'
|
|
|
|
endian = 'little'
|
|
|
|
|
|
|
|
; vim: ft=dosini
|