summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeiyi Wang <wwylele@gmail.com>2017-07-24 18:23:07 +0200
committerGitHub <noreply@github.com>2017-07-24 18:23:07 +0200
commitf2f39102fae93b47085d425a759b171e35546235 (patch)
tree586a39c4bdd49a731738e214ab89a33ebfb0ca96
parentMerge pull request #2816 from wwylele/proctex-lutlutlut (diff)
parentUse WinSSPI instead of OpenSSL (diff)
downloadyuzu-f2f39102fae93b47085d425a759b171e35546235.tar
yuzu-f2f39102fae93b47085d425a759b171e35546235.tar.gz
yuzu-f2f39102fae93b47085d425a759b171e35546235.tar.bz2
yuzu-f2f39102fae93b47085d425a759b171e35546235.tar.lz
yuzu-f2f39102fae93b47085d425a759b171e35546235.tar.xz
yuzu-f2f39102fae93b47085d425a759b171e35546235.tar.zst
yuzu-f2f39102fae93b47085d425a759b171e35546235.zip
-rw-r--r--appveyor.yml2
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: