Fix dynamic loading of openssl libraries on windows (#3912)

This commit is contained in:
ctrlaltca 2020-03-18 22:22:49 +01:00 committed by GitHub
parent e84409c0cf
commit 1eb766b9d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -41,6 +41,10 @@ environment:
vcpkg_arch: x86
install:
- cd C:\Tools\vcpkg
- git pull -q
- .\bootstrap-vcpkg.bat
- cd %APPVEYOR_BUILD_FOLDER%
- vcpkg remove --outdated --recurse
- vcpkg install openssl protobuf liblzma zlib --triplet %vcpkg_arch%-windows