Merge pull request #1202 from danilaml/patch-1

Small appveyor fix
This commit is contained in:
Raul Tambre 2015-08-29 11:54:45 +03:00
commit de7bbb5661
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ branches:
- ppu_recompiler
before_build:
- git submodule update --init --depth 3 asmjit minidx9
# until git for win 2.5 release with commit checkout
- git submodule update --init ffmpeg
- git submodule update --init ffmpeg asmjit minidx9
- 7z x wxWidgets.7z -aos -oC:\rpcs3\wxWidgets > null
- if %configuration%==Release (cmake -G "Visual Studio 14 Win64")
else (7z x llvmlibs.7z -aos -oC:\rpcs3 > null && cmake -G "Visual Studio 14 Win64" -DLLVM_DIR=C:/rpcs3/llvm_build/share/llvm/cmake)