Remove old Meson cross compile config
This commit is contained in:
parent
0b1db2d523
commit
f28ea792bc
1 changed files with 0 additions and 21 deletions
|
@ -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]
|
||||
|
Loading…
Reference in a new issue