diff --git a/build.rs b/screenpipe-vision/build.rs similarity index 87% rename from build.rs rename to screenpipe-vision/build.rs index b72e1998..2f7901e0 100644 --- a/build.rs +++ b/screenpipe-vision/build.rs @@ -6,9 +6,7 @@ fn main() { let destination = env::var("DESTINATION").unwrap_or_default(); let manifest_dir = env::var("CARGO_MANIFEST_DIR").unwrap(); - let lib_path = PathBuf::from(manifest_dir) - .join("screenpipe-vision") - .join("lib"); + let lib_path = PathBuf::from(manifest_dir).join("lib"); println!("cargo:rustc-link-search=native={}", lib_path.display());