Skip to content

Commit 491bd1e

Browse files
committed
Run pkg-config on MSVC
1 parent 0b1d46e commit 491bd1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ fn main() {
2323
let want_static =
2424
cfg!(feature = "static") || env::var("LIBZ_SYS_STATIC").unwrap_or(String::new()) == "1";
2525
if !want_static &&
26-
!target.contains("msvc") && // pkg-config just never works here
2726
!(host_and_target_contain("freebsd") ||
2827
host_and_target_contain("dragonfly"))
2928
{

0 commit comments

Comments
 (0)