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 2c3c394 commit b9774fdCopy full SHA for b9774fd
hdf5-sys/build.rs
@@ -693,7 +693,7 @@ fn link_to_conda() {
693
let hdf5_lib = env::var("DEP_HDF5CONDA_LIBRARY").unwrap();
694
println!("cargo:library={}", &hdf5_lib);
695
696
- println!("cargo:rustc-link-search={}/lib", &hdf5_root);
+ println!("cargo:rustc-link-search={}", &hdf5_root);
697
println!("cargo:rustc-link-lib={}", &hdf5_lib);
698
699
let header = Header::parse(&hdf5_incdir);
0 commit comments