diff options
| author | Steven Fackler <[email protected]> | 2017-08-11 22:44:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-11 22:44:46 -0700 |
| commit | 75d927b2bd2c3d6ad72dcf325e921ff6c916ccf6 (patch) | |
| tree | bcc5e5421d882d35dd69517f124019e888c8e928 /openssl-sys/Cargo.toml | |
| parent | Release v0.9.16 (diff) | |
| parent | msvc/vcpkg dynamic builds now require explicit opt-in (diff) | |
| download | rust-openssl-75d927b2bd2c3d6ad72dcf325e921ff6c916ccf6.tar.xz rust-openssl-75d927b2bd2c3d6ad72dcf325e921ff6c916ccf6.zip | |
Merge pull request #622 from mcgoo/vcpkg
try to find openssl libraries in a vcpkg ports tree
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 7fd9a2d8..c8f55ac2 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -18,6 +18,9 @@ libc = "0.2" pkg-config = "0.3.9" gcc = "0.3.42" +[target.'cfg(target_env = "msvc")'.build-dependencies] +vcpkg = "0.2" + # We don't actually use metadeps for annoying reasons but this is still here for tooling [package.metadata.pkg-config] openssl = "1.0.1" |