Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 8, 2024
1 parent 633ea86 commit fdf0514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screenpipe-vision/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use std::env;
fn main() {
let destination = env::var("DESTINATION").unwrap_or_default();

println!("cargo:rustc-link-search=native=screenpipe-vision/lib");

if destination == "brew" {
println!("cargo:rustc-link-arg=-Wl,-rpath,@executable_path/../lib");
} else if destination == "tauri" {
Expand Down

0 comments on commit fdf0514

Please sign in to comment.