ci/{mingw,win32}: specify nasm as it seems to be required now by libass

Fixes mingw and win32 builds after 1774117b80
This commit is contained in:
Kacper Michajłow
2024-08-16 12:35:10 +02:00
parent acc69e082f
commit 08935d5d21
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ pkgconfig = 'pkg-config'
pkg-config = 'pkg-config'
windres = '${TARGET}-windres'
dlltool = '${TARGET}-dlltool'
nasm = 'nasm'
exe_wrapper = '${WINE}'
[host_machine]
system = 'windows'