Skip to content

Commit

Permalink
Print zlib search path
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Apr 2, 2024
1 parent 1bf9207 commit 382c160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pineappl_applgrid/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fn main() {
let link_modifier = if cfg!(feature = "static") {
// for some reason `libz.a` isn't found, although `libz.so` is
for link_path in Config::new().probe("zlib").unwrap().link_paths {
println!("cargo:warning={}", link_path.to_str().unwrap());
println!("cargo:rustc-link-search={}", link_path.to_str().unwrap());
}

Expand Down

0 comments on commit 382c160

Please sign in to comment.