We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5494a6 commit 905030bCopy full SHA for 905030b
hdf5-src/build.rs
@@ -44,6 +44,8 @@ fn main() {
44
.define("ZLIB_STATIC_LIBRARY", zlib_lib);
45
println!("cargo:zlib_header={}", zlib_header.to_str().unwrap());
46
println!("cargo:zlib={}", zlib_lib);
47
+ } else {
48
+ cfg.define("HDF5_ENABLE_Z_LIB_SUPPORT", "OFF")
49
}
50
51
if feature_enabled("DEPRECATED") {
0 commit comments