Skip to content

Commit

Permalink
Specify rpath to look in current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Mar 12, 2024
1 parent 5135a43 commit ab74010
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src-tauri/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
fn main() {
if cfg!(target_os = "linux") {
println!("cargo:rustc-link-arg=-Wl,-rpath,.");
}

tauri_build::build()
}

0 comments on commit ab74010

Please sign in to comment.