Skip to content

Commit 02aa2f0

Browse files
authored
Merge pull request #39 from ferjm/pkgconfig.msvc
Run pkg-config on MSVC
2 parents 708f738 + 491bd1e commit 02aa2f0

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
@@ -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)