diff options
author | James Rowe <jroweboy@gmail.com> | 2018-06-04 18:04:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 18:04:18 +0200 |
commit | d16f83fda352714e20d023e65467a907fc67bee5 (patch) | |
tree | 4c0d5021d703d2e119552473f9c69168f55d0449 | |
parent | Merge pull request #499 from bunnei/am-stuff (diff) | |
parent | Port citra #3616 (diff) | |
download | yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.gz yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.bz2 yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.lz yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.xz yuzu-d16f83fda352714e20d023e65467a907fc67bee5.tar.zst yuzu-d16f83fda352714e20d023e65467a907fc67bee5.zip |
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 72cda26a7..4f928adb5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,7 +53,7 @@ build_script: # https://www.appveyor.com/docs/build-phase msbuild msvc_build/yuzu.sln /maxcpucount /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" } else { - C:\msys64\usr\bin\bash.exe -lc 'mingw32-make -C mingw_build/ 2>&1' + C:\msys64\usr\bin\bash.exe -lc 'mingw32-make -j4 -C mingw_build/ 2>&1' } after_build: |