Skip to content

Commit b9774fd

Browse files
committed
Remove extra /lib
1 parent 2c3c394 commit b9774fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ fn link_to_conda() {
693693
let hdf5_lib = env::var("DEP_HDF5CONDA_LIBRARY").unwrap();
694694
println!("cargo:library={}", &hdf5_lib);
695695

696-
println!("cargo:rustc-link-search={}/lib", &hdf5_root);
696+
println!("cargo:rustc-link-search={}", &hdf5_root);
697697
println!("cargo:rustc-link-lib={}", &hdf5_lib);
698698

699699
let header = Header::parse(&hdf5_incdir);

0 commit comments

Comments
 (0)