Skip to content

Commit

Permalink
Merge pull request #39 from ferjm/pkgconfig.msvc
Browse files Browse the repository at this point in the history
Run pkg-config on MSVC
  • Loading branch information
Byron committed Jul 23, 2023
2 parents 708f738 + 491bd1e commit 02aa2f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fn main() {
let want_static =
cfg!(feature = "static") || env::var("LIBZ_SYS_STATIC").unwrap_or(String::new()) == "1";
if !want_static &&
!target.contains("msvc") && // pkg-config just never works here
!(host_and_target_contain("freebsd") ||
host_and_target_contain("dragonfly"))
{
Expand Down

0 comments on commit 02aa2f0

Please sign in to comment.