Add mxe to docker

This commit is contained in:
Aditya Kulkarni 2019-05-17 14:53:53 -07:00
parent bd877382a4
commit db10f03194
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ RUN cd /opt && \
# Get and build MXE
RUN cd /opt && \
git clone https://github.com/mxe/mxe.git && \
cd /opt/mxe && \
make -j$(nproc) MXE_TARGETS=x86_64-w64-mingw32.static qtbase qtwebsockets
ENV PATH="/opt/mxe/usr/bin:${PATH}"