mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
Fix dynamic loading of openssl libraries on windows (#3912)
This commit is contained in:
parent
e84409c0cf
commit
1eb766b9d8
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue