blob: 4db606e2bf73d5c86c811c66544aefc2a768b354 [file] [log] [blame]
Dylan Bakerd905d9b2019-09-19 10:21:51 -07001[binaries]
2c = ['ccache', 'x86_64-w64-mingw32-gcc']
3cpp = ['ccache', 'x86_64-w64-mingw32-g++']
4ar = 'x86_64-w64-mingw32-ar'
5strip = 'x86_64-w64-mingw32-strip'
Dylan Baker6e375ff2019-10-11 09:21:17 -07006pkgconfig = '/usr/local/bin/x86_64-w64-mingw32-pkg-config'
Dylan Bakerd905d9b2019-09-19 10:21:51 -07007windres = 'x86_64-w64-mingw32-windres'
8exe_wrapper = ['wine64']
9
10[properties]
11needs_exe_wrapper = True
12sys_root = '/usr/x86_64-w64-mingw32/'
13
14[host_machine]
15system = 'windows'
16cpu_family = 'x86_64'
17cpu = 'x86_64'
18endian = 'little'
19
20; vim: ft=dosini