diff options
author | James Rowe <jroweboy@gmail.com> | 2017-07-24 05:08:59 +0200 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2017-07-24 17:56:44 +0200 |
commit | 0f81e187930b2bd5a518836e4ba14974c578d495 (patch) | |
tree | 586a39c4bdd49a731738e214ab89a33ebfb0ca96 /appveyor.yml | |
parent | Merge pull request #2816 from wwylele/proctex-lutlutlut (diff) | |
download | yuzu-0f81e187930b2bd5a518836e4ba14974c578d495.tar yuzu-0f81e187930b2bd5a518836e4ba14974c578d495.tar.gz yuzu-0f81e187930b2bd5a518836e4ba14974c578d495.tar.bz2 yuzu-0f81e187930b2bd5a518836e4ba14974c578d495.tar.lz yuzu-0f81e187930b2bd5a518836e4ba14974c578d495.tar.xz yuzu-0f81e187930b2bd5a518836e4ba14974c578d495.tar.zst yuzu-0f81e187930b2bd5a518836e4ba14974c578d495.zip |
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6b5d23b03..9a6206a8b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ install: before_build: - mkdir build - cd build - - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. + - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 -DCMAKE_USE_OPENSSL=0 .. - cd .. build: |