From c09fdc49a79ed3ac45b2d2e2392a6e5a367cf283 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 27 Jul 2019 12:34:18 -0500 Subject: [PATCH] CI: Add libarchive for launcher builds --- scripts/windows/Dockerfile-mxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/Dockerfile-mxe b/scripts/windows/Dockerfile-mxe index e6caec5..873e144 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 /