Skip to content

Commit

Permalink
Merge branch 'fix-regression' (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 26, 2023
2 parents 31867f2 + 39a51ea commit 0bb7bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 0bb7bd4

Please sign in to comment.