GitHub CI: change build system to meson
[tinc] / .ci / cross / windows / amd64
1 [properties]
2 root = '/usr/x86_64-w64-mingw32'
3
4 [binaries]
5 c = 'x86_64-w64-mingw32-gcc'
6 ar = 'x86_64-w64-mingw32-ar'
7 as = 'x86_64-w64-mingw32-as'
8 strip = 'x86_64-w64-mingw32-strip'
9 windres = 'x86_64-w64-mingw32-windres'
10 pkgconfig = 'x86_64-w64-mingw32-pkg-config'
11
12 [host_machine]
13 system = 'windows'
14 endian = 'little'
15 cpu = 'x86_64'
16 cpu_family = 'x86_64'
17