Update Dockerfile
This commit is contained in:
@@ -21,12 +21,12 @@ cd /opt && \
|
||||
git clone https://github.com/mxe/mxe.git && \
|
||||
cd /opt/mxe && \
|
||||
NPROC=$(($(nproc)+4)) && \
|
||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qtbase && \
|
||||
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt5 /usr/bin/qmake && \
|
||||
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-qt5 /usr/bin/qmake && \
|
||||
qmake --version && \
|
||||
exit 0
|
||||
|
||||
ENV PATH="${PATH}:/opt/mxe/usr/bin"
|
||||
|
||||
# qt5 qtmultimedia
|
||||
|
||||
# i686-w64-mingw32
|
||||
|
||||
Reference in New Issue
Block a user