summaryrefslogtreecommitdiff
path: root/.travis/linux-mingw/docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/linux-mingw/docker.sh')
-rwxr-xr-x.travis/linux-mingw/docker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/linux-mingw/docker.sh b/.travis/linux-mingw/docker.sh
index 6cf43a006..1c3863e69 100755
--- a/.travis/linux-mingw/docker.sh
+++ b/.travis/linux-mingw/docker.sh
@@ -23,8 +23,8 @@ echo '' >> /bin/cmd
23chmod +x /bin/cmd 23chmod +x /bin/cmd
24 24
25mkdir build && cd build 25mkdir build && cd build
26cmake .. -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DYUZU_USE_BUNDLED_UNICORN=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DCMAKE_BUILD_TYPE=Release 26cmake .. -G Ninja -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DYUZU_USE_BUNDLED_UNICORN=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DCMAKE_BUILD_TYPE=Release
27make -j4 27ninja
28 28
29# Clean up the dirty hacks 29# Clean up the dirty hacks
30rm /bin/uname && mv /bin/uname1 /bin/uname 30rm /bin/uname && mv /bin/uname1 /bin/uname