Specify dlltool in meson cross files

This commit is contained in:
BtbN 2023-06-21 14:04:39 +02:00
parent 9465728b3b
commit 0071c270bb
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ar = 'i686-w64-mingw32-gcc-ar'
ranlib = 'i686-w64-mingw32-gcc-ranlib'
strip = 'i686-w64-mingw32-strip'
windres = 'i686-w64-mingw32-windres'
dlltool = 'i686-w64-mingw32-dlltool'
exe_wrapper = ['wine']
[properties]

View File

@ -5,6 +5,7 @@ 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'
dlltool = 'x86_64-w64-mingw32-dlltool'
exe_wrapper = ['wine']
[properties]