We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1d46e commit 491bd1eCopy full SHA for 491bd1e
build.rs
@@ -23,7 +23,6 @@ fn main() {
23
let want_static =
24
cfg!(feature = "static") || env::var("LIBZ_SYS_STATIC").unwrap_or(String::new()) == "1";
25
if !want_static &&
26
- !target.contains("msvc") && // pkg-config just never works here
27
!(host_and_target_contain("freebsd") ||
28
host_and_target_contain("dragonfly"))
29
{
0 commit comments