Skip to content

Commit

Permalink
Run pkg-config on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 23, 2023
1 parent 0b1d46e commit 491bd1e
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 491bd1e

Please sign in to comment.