1[binaries]
2c = 'x86_64-w64-mingw32-gcc'
3ar = 'x86_64-w64-mingw32-ar'
4strip = 'x86_64-w64-mingw32-strip'
5windres = 'x86_64-w64-mingw32-windres'
6exe_wrapper = 'wine'
7
8[project options]
9openmp = 'disabled'
10
11[host_machine]
12system = 'windows'
13cpu_family = 'x86_64'
14cpu = 'x86_64'
15endian = 'little'
16