Remove old Meson cross compile config

This commit is contained in:
Zachary Hall 2024-10-20 15:21:21 -07:00
parent 0b1db2d523
commit f28ea792bc

View file

@ -1,21 +0,0 @@
[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'
[properties]
cmake_toolchain_file = '/usr/share/mingw/toolchain-x86_64-w64-mingw32.cmake'
cmake_defaults = false
[cmake]