Skip to content

Commit

Permalink
fix: apple ocr distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 8, 2024
1 parent db4b95c commit ff02521
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.rs → screenpipe-vision/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit ff02521

Please sign in to comment.