aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/windows/Dockerfile-mxe2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows/Dockerfile-mxe b/scripts/windows/Dockerfile-mxe
index e6caec57..873e1442 100644
--- a/scripts/windows/Dockerfile-mxe
+++ b/scripts/windows/Dockerfile-mxe
@@ -38,7 +38,7 @@ RUN apt-get install -y \
RUN git clone https://github.com/mxe/mxe.git
RUN mv mxe /opt/mxe
WORKDIR /opt/mxe
-RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia
+RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia libarchive
ENV PATH=/opt/mxe/usr/bin:$PATH
WORKDIR /