cross_file.txt
Raw
1[binaries]
2c = '/usr/bin/x86_64-w64-mingw32-gcc'
3ar = '/usr/x86_64-w64-mingw32/bin/ar'
4strip = '/usr/bin/x86_64-w64-mingw32-strip'
5exe_wrapper = 'wine'
6
7[properties]
8
9c_args = ['-std=c11', '-Wall', '-Wextra', '-Wpedantic']
10c_link_args = []
11needs_exe_wrapper = true
12
13[host_machine]
14system = 'windows'
15cpu_family = 'x86_64'
16cpu = 'x86_64'
17endian = 'little'
18