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 04e1216 commit 2de618bCopy full SHA for 2de618b
src/bindings/rust/build.rs
@@ -108,6 +108,7 @@ fn build_nixl(cc_builder: &mut cc::Build) {
108
109
// Add all possible library paths
110
println!("cargo:rustc-link-search=native={}", nixl_lib_path);
111
+ println!("cargo:rustc-link-search=native={}", nixl_root_path);
112
println!("cargo:rustc-link-search=native={}/lib", nixl_root_path);
113
println!("cargo:rustc-link-search=native={}/lib64", nixl_root_path);
114
println!("cargo:rustc-link-search=native={}/lib/x86_64-linux-gnu", nixl_root_path);
0 commit comments