diff options
| author | Steven Fackler <[email protected]> | 2015-11-16 21:03:34 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-11-16 21:03:42 -0800 |
| commit | 9ebf0944377dec81fff25b9942e4ab9bfe67cfb0 (patch) | |
| tree | 996fdf82a14373069faf57b3c3e4aa8311580018 | |
| parent | Don't depend on wildcard windows deps (diff) | |
| download | rust-openssl-9ebf0944377dec81fff25b9942e4ab9bfe67cfb0.tar.xz rust-openssl-9ebf0944377dec81fff25b9942e4ab9bfe67cfb0.zip | |
Mention why the windows deps are there
| -rw-r--r-- | openssl-sys/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index fea58bc5..6bfabc4e 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -40,6 +40,7 @@ libressl-pnacl-sys = "2.1.0" [target.arm-unknown-nacl.dependencies] libressl-pnacl-sys = "2.1.0" +# Only here to make sure we link to these in a static build on Windows [target.i686-pc-windows-gnu] user32-sys = "0.1" gdi32-sys = "0.1" |