Consolidate/clean up meson and cmake toolchain files
This commit is contained in:
parent
782f731350
commit
1f74f0a60a
8 changed files with 30 additions and 18 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue