From 9ebf0944377dec81fff25b9942e4ab9bfe67cfb0 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 16 Nov 2015 21:03:34 -0800 Subject: [PATCH] Mention why the windows deps are there --- openssl-sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index fea58bc51..6bfabc4ec 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" -- GitLab