msvc/vcpkg dynamic builds now require explicit opt-in
This commit is contained in:
parent
6b50d8940d
commit
ecfc029c3e
|
|
@ -22,6 +22,7 @@ environment:
|
||||||
OPENSSL_DIR: C:\OpenSSL
|
OPENSSL_DIR: C:\OpenSSL
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
VCPKG_DEFAULT_TRIPLET: x64-windows
|
VCPKG_DEFAULT_TRIPLET: x64-windows
|
||||||
|
VCPKGRS_DYNAMIC: 1
|
||||||
install:
|
install:
|
||||||
# install OpenSSL
|
# install OpenSSL
|
||||||
- mkdir C:\OpenSSL
|
- mkdir C:\OpenSSL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue