msvc/vcpkg dynamic builds now require explicit opt-in

This commit is contained in:
Jim McGrath 2017-06-16 10:21:15 -05:00
parent 6b50d8940d
commit ecfc029c3e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ environment:
OPENSSL_DIR: C:\OpenSSL
- TARGET: x86_64-pc-windows-msvc
VCPKG_DEFAULT_TRIPLET: x64-windows
VCPKGRS_DYNAMIC: 1
install:
# install OpenSSL
- mkdir C:\OpenSSL