Merge pull request #286 from mcgoo/vcpkg

msvc/vcpkg dynamic builds now require explicit opt-in
This commit is contained in:
John Gallagher 2017-11-12 15:03:49 -07:00 committed by GitHub
commit 9d98ee54c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ environment:
MSYS2_BITS: 64
- TARGET: 1.15.0-x86_64-pc-windows-msvc
VCPKG_DEFAULT_TRIPLET: x64-windows
VCPKGRS_DYNAMIC: 1
- TARGET: nightly-x86_64-pc-windows-msvc
VCPKG_DEFAULT_TRIPLET: x64-windows-static
RUSTFLAGS: -Ctarget-feature=+crt-static