2023-04-24 13:45:06 -07:00
|
|
|
[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'
|
|
|
|
cmake = 'x86_64-w64-mingw32-cmake'
|
|
|
|
exe_wrapper = 'wine64'
|
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86_64'
|
|
|
|
cpu = 'x86_64'
|
|
|
|
endian = 'little'
|
2023-07-16 19:59:23 -07:00
|
|
|
|
|
|
|
[properties]
|
|
|
|
cmake_toolchain_file = '/usr/share/mingw/toolchain-x86_64-w64-mingw32.cmake'
|
|
|
|
cmake_defaults = false
|
|
|
|
|
|
|
|
[cmake]
|
|
|
|
|