mirror of https://github.com/xemu-project/xemu.git
docker: add msitools to Fedora/mingw cross
That should help catch build issues/regressions with wixl. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220114084312.3725242-2-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6bee096021
commit
b422da4b3f
|
@ -29,6 +29,7 @@ ENV PACKAGES \
|
|||
mingw32-pixman \
|
||||
mingw32-pkg-config \
|
||||
mingw32-SDL2 \
|
||||
msitools \
|
||||
perl \
|
||||
perl-Test-Harness \
|
||||
python3 \
|
||||
|
|
|
@ -26,6 +26,7 @@ ENV PACKAGES \
|
|||
mingw64-libusbx \
|
||||
mingw64-pixman \
|
||||
mingw64-pkg-config \
|
||||
msitools \
|
||||
perl \
|
||||
perl-Test-Harness \
|
||||
python3 \
|
||||
|
|
Loading…
Reference in New Issue