diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index fea58bc5171e4c859cebb4ac5e657a650e1aad0f..6bfabc4ec1edd2bbd4df707372a01b46fec3007e 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"