fix: search path
This commit is contained in:
2
build.rs
2
build.rs
@@ -16,7 +16,7 @@ fn main() {
|
||||
// Tell cargo to look for shared libraries in the specified directory
|
||||
println!(
|
||||
"cargo:rustc-link-search={}",
|
||||
libdir_path.join("examples/build").to_str().unwrap()
|
||||
libdir_path.join("test/build").to_str().unwrap()
|
||||
);
|
||||
|
||||
// Tell cargo to tell rustc to link our `hello` library. Cargo will
|
||||
|
||||
Reference in New Issue
Block a user