1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Add boost to mingw-arch Dockerfile

This commit is contained in:
Michał Janiszewski
2018-01-24 20:41:08 +01:00
parent 0e2021f6d9
commit df4c23b6ee

View File

@@ -41,6 +41,7 @@ RUN echo "[mingw-w64]" >> /etc/pacman.conf \
# Install MingW packages
RUN pacman -S --noconfirm --noprogressbar \
mingw-w64-boost \
mingw-w64-binutils \
mingw-w64-crt \
mingw-w64-gcc \