diff options
| author | Steven Fackler <[email protected]> | 2014-11-27 20:03:19 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-11-27 20:03:19 -0800 |
| commit | 74171f6bd02e4638618efa6b2c292cb745e56f63 (patch) | |
| tree | 2537c496ab6e8866d591109821bdbd5f08290e43 | |
| parent | Fix to pkg-config 0.1 (diff) | |
| download | rust-openssl-74171f6bd02e4638618efa6b2c292cb745e56f63.tar.xz rust-openssl-74171f6bd02e4638618efa6b2c292cb745e56f63.zip | |
Add openssl-sys dependency on windows
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -39,6 +39,12 @@ version = "0.1.1" [target.i386-apple-ios.dependencies.openssl-sys] path = "openssl-sys" version = "0.1.1" +[target.i386-pc-windows-gnu.openssl-sys] +path = "openssl-sys" +version = "0.1.1" +[target.x86_64-pc-windows-gnu.openssl-sys] +path = "openssl-sys" +version = "0.1.1" [target.le32-unknown-nacl.dependencies.libressl-pnacl-sys] [target.arm-unknown-nacl.dependencies.libressl-pnacl-sys] |