Consolidate/clean up meson and cmake toolchain files

This commit is contained in:
BtbN 2022-10-31 22:32:58 +01:00
parent 782f731350
commit 1f74f0a60a
8 changed files with 30 additions and 18 deletions

View file

@ -1,7 +1,8 @@
[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
ar = 'x86_64-w64-mingw32-gcc-ar'
ranlib = 'x86_64-w64-mingw32-gcc-ranlib'
strip = 'x86_64-w64-mingw32-strip'
windres = 'x86_64-w64-mingw32-windres'
exe_wrapper = ['wine']