diff --git a/build.rs b/build.rs index 23b5cba..ea60ec5 100644 --- a/build.rs +++ b/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