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