2017-10-10 23:32:13 +02:00
|
|
|
[binaries]
|
2018-07-15 17:41:21 +02:00
|
|
|
c = 'x86_64-w64-mingw32-gcc'
|
|
|
|
cpp = 'x86_64-w64-mingw32-g++'
|
|
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
|
|
strip = 'x86_64-w64-mingw32-strip'
|
2017-10-10 23:32:13 +02:00
|
|
|
|
|
|
|
[properties]
|
2017-12-06 18:13:51 +01:00
|
|
|
c_link_args = ['-static', '-static-libgcc']
|
2017-10-10 23:32:13 +02:00
|
|
|
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
|
2018-11-04 16:18:32 +01:00
|
|
|
needs_exe_wrapper = true
|
2017-10-10 23:32:13 +02:00
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86_64'
|
|
|
|
cpu = 'x86_64'
|
2017-12-03 00:40:58 +01:00
|
|
|
endian = 'little'
|