fix: search path

This commit is contained in:
2025-03-15 14:20:05 +01:00
parent 2cab4b7ae3
commit 74b731e10f

View File

@@ -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