From 74b731e10f5b7dbb5ecd4daefb8bc97794b10ef5 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Sat, 15 Mar 2025 14:20:05 +0100 Subject: [PATCH] fix: search path --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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