From 22bac00c493de664b32c5001406b50344061b734 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 4 Apr 2020 23:33:45 -0400 Subject: [PATCH] Update Dockerfile --- windows/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index 7a7455d..8d08d14 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -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