mirror of https://github.com/xemu-project/xemu.git
tests/lcitool: Install mingw-w64-tools for the Windows cross-builds
Beside g++ we also need the mingw-w64-tools for properly building the code in qga/vss-win32/ , so let's install that package now, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20240601070543.37786-5-thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240603175328.3823123-11-alex.bennee@linaro.org>
This commit is contained in:
parent
06f3330bb0
commit
61d1e3cbde
|
@ -75,6 +75,7 @@ ENV NINJA "/usr/bin/ninja"
|
|||
ENV PYTHON "/usr/bin/python3"
|
||||
|
||||
RUN nosync dnf install -y \
|
||||
mingw-w64-tools \
|
||||
mingw32-nsis \
|
||||
mingw64-SDL2 \
|
||||
mingw64-SDL2_image \
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
---
|
||||
packages:
|
||||
- g++
|
||||
- mingw-w64-tools
|
||||
|
|
Loading…
Reference in New Issue