Specify dlltool in meson cross files
This commit is contained in:
parent
9465728b3b
commit
0071c270bb
2 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue