mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
Merge pull request #2844 from jroweboy/nightlyfix
Use WinSSPI instead of OpenSSL
This commit is contained in:
commit
f2f39102fa
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue