提交 475592e2 编写于 作者: R Richard Levitte

Windows: use default ZLIB1 unless --with-zlib-lib is set

Reviewed-by: NAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1772)
上级 111b234c
......@@ -80,10 +80,11 @@
sub {
unless ($disabled{zlib}) {
if (defined($disabled{"zlib-dynamic"})) {
return $withargs{zlib_lib};
return $withargs{zlib_lib} // "ZLIB1";
}
}
return (); },
return ();
},
ld => "link",
lflags => "/nologo",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册