Live video on the AT Protocol
1[properties]
2GOOS = 'windows'
3GOARCH = 'amd64'
4exe_wrapper = 'wine64'
5RUST_TRIPLE = 'x86_64-pc-windows-gnu'
6
7[host_machine]
8system = 'windows'
9cpu_family = 'x86_64'
10cpu = 'x86_64'
11endian = 'little'
12
13; Working clang version should we need it:
14[binaries]
15c = 'x86_64-w64-mingw32-gcc'
16cpp = 'x86_64-w64-mingw32-g++'
17ar = 'x86_64-w64-mingw32-ar'
18strip = 'x86_64-w64-mingw32-strip'
19windres = 'x86_64-w64-mingw32-windres'
20pkg-config = 'x86_64-w64-mingw32-pkg-config'
21; c_ld = 'x86_64-w64-mingw32-ld.bfd'
22; cpp_ld = 'x86_64-w64-mingw32-ld.bfd'
23
24[built-in options]
25c_args = []
26c_link_args = []
27cpp_args = []
28cpp_link_args = []