Skip to content

Commit 0a2a3f8

Browse files
committed
Run pkg-config on MSVC
1 parent 5a521f6 commit 0a2a3f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ fn main() {
3232
// (Homebrew, Ports, etc.)
3333
let want_static = env::var("LIBZ_SYS_STATIC").unwrap_or(String::new()) == "1";
3434
if !want_static &&
35-
!target.contains("msvc") && // pkg-config just never works here
3635
!(host_and_target_contain("apple") ||
3736
host_and_target_contain("freebsd") ||
3837
host_and_target_contain("dragonfly")) &&

0 commit comments

Comments
 (0)