Add mingw64 cross build CI

Fixes #1387.
This commit is contained in:
Xavier Claessens
2018-05-20 15:17:48 -04:00
parent 707106c7a5
commit 3145d88f4b
5 changed files with 41 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
[properties]
c_args = []
c_link_args = []
[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
strip = 'x86_64-w64-mingw32-strip'
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
windres = 'x86_64-w64-mingw32-windres'