aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2019-07-27 12:34:18 -0500
committerGitHub <noreply@github.com>2019-07-27 12:34:18 -0500
commitc09fdc49a79ed3ac45b2d2e2392a6e5a367cf283 (patch)
tree18a97e2292f40eb1cca8d18b99b1972eedef89fe /scripts
parentede4c512ae2b365c78af1a7452b49c45178f1b68 (diff)
CI: Add libarchive for launcher builds
Diffstat (limited to 'scripts')
-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 /