Merge pull request #891 from sfackler/fix-vcpkg
Fix systest against vcpkg-sourced OpenSSL
This commit is contained in:
commit
8aaeb30393
|
|
@ -21,6 +21,9 @@ fn main() {
|
|||
if target.contains("msvc") {
|
||||
cfg.flag("/wd4090");
|
||||
}
|
||||
|
||||
// https://github.com/sfackler/rust-openssl/issues/889
|
||||
cfg.define("WIN32_LEAN_AND_MEAN", None);
|
||||
}
|
||||
|
||||
if let Ok(_) = env::var("DEP_OPENSSL_LIBRESSL") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue