• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[binaries]
2c = ['ccache', 'x86_64-w64-mingw32-gcc-posix']
3cpp = ['ccache', 'x86_64-w64-mingw32-g++-posix']
4ar = 'x86_64-w64-mingw32-ar'
5strip = 'x86_64-w64-mingw32-strip'
6pkgconfig = '/usr/x86_64-w64-mingw32/bin/pkg-config'
7llvm-config = '/usr/x86_64-w64-mingw32/bin/llvm-config'
8windres = 'x86_64-w64-mingw32-windres'
9exe_wrapper = ['wine64']
10
11[properties]
12needs_exe_wrapper = True
13sys_root = '/usr/x86_64-w64-mingw32/'
14
15[host_machine]
16system = 'windows'
17cpu_family = 'x86_64'
18cpu = 'x86_64'
19endian = 'little'
20
21; vim: ft=dosini
22