diff options
Diffstat (limited to '.travis/linux-mingw/docker.sh')
| -rwxr-xr-x | .travis/linux-mingw/docker.sh | 4 |
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 | |||
| 23 | chmod +x /bin/cmd | 23 | chmod +x /bin/cmd |
| 24 | 24 | ||
| 25 | mkdir build && cd build | 25 | mkdir build && cd build |
| 26 | cmake .. -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DYUZU_USE_BUNDLED_UNICORN=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DCMAKE_BUILD_TYPE=Release | 26 | cmake .. -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 |
| 27 | make -j4 | 27 | ninja |
| 28 | 28 | ||
| 29 | # Clean up the dirty hacks | 29 | # Clean up the dirty hacks |
| 30 | rm /bin/uname && mv /bin/uname1 /bin/uname | 30 | rm /bin/uname && mv /bin/uname1 /bin/uname |