Update Dockerfile.win64s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user