diff options
| author | Steven Fackler <[email protected]> | 2018-07-30 15:55:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-30 15:55:34 -0700 |
| commit | aba29697d3dea7988a2fa3a4ebc782cb7a298fcd (patch) | |
| tree | 1978cfea39baa4cf51c78afaa22a0cda07bc3516 /systest/Cargo.toml | |
| parent | Merge pull request #965 from sfackler/fix-no-ec2m (diff) | |
| parent | Support builds of OpenSSL from vendored source (take 2) (diff) | |
| download | rust-openssl-aba29697d3dea7988a2fa3a4ebc782cb7a298fcd.tar.xz rust-openssl-aba29697d3dea7988a2fa3a4ebc782cb7a298fcd.zip | |
Merge pull request #963 from alexcrichton/vendored
Support builds of OpenSSL from vendored source (take 2)
Diffstat (limited to 'systest/Cargo.toml')
| -rw-r--r-- | systest/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systest/Cargo.toml b/systest/Cargo.toml index e9d7af64..63f80479 100644 --- a/systest/Cargo.toml +++ b/systest/Cargo.toml @@ -9,3 +9,6 @@ openssl-sys = { path = "../openssl-sys" } [build-dependencies] ctest = "0.1" + +[features] +vendored = ['openssl-sys/vendored'] |