Update Dockerfile.win64s

This commit is contained in:
Faraz Fallahi
2022-04-10 20:17:35 -04:00
parent dfb587d693
commit 1fd6fbd55d

View File

@@ -3,7 +3,7 @@ FROM fffaraz/qt:mxe
RUN \ RUN \
cd /opt/mxe && \ cd /opt/mxe && \
NPROC=$(($(nproc)+4)) && \ NPROC=$(($(nproc)+4)) && \
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.static' qt6-qtbase && \ make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.static' qtbase && \
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \ ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 /usr/bin/qmake && \
qmake --version && \ qmake --version && \
exit 0 exit 0