Browse Source

Merge pull request #2844 from jroweboy/nightlyfix

Use WinSSPI instead of OpenSSL
nce_cpp
Weiyi Wang 9 years ago
committed by GitHub
parent
commit
1f0eca1aa7
  1. 2
      appveyor.yml

2
appveyor.yml

@ -22,7 +22,7 @@ install:
before_build: before_build:
- mkdir build - mkdir build
- cd 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 .. - cd ..
build: build:

Loading…
Cancel
Save