ci/mingw: add dlltool to the meson crossfile

This commit is contained in:
Kacper Michajłow 2023-06-09 00:45:43 +02:00 committed by Leo Izen
parent 309a139e67
commit 1c82d6ae7a
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ar = '${AR}'
strip = '${TARGET}-strip'
pkgconfig = 'pkg-config'
windres = '${TARGET}-windres'
dlltool = '${TARGET}-dlltool'
[host_machine]
system = 'windows'
cpu_family = '${fam}'