Skip to content

Commit

Permalink
🐞 fix: Update stdc++ for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Sep 19, 2024
1 parent 14e0bc2 commit 1542535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fn main() {
}

#[cfg(target_os = "linux")]
println!("cargo:rustc-link-lib=libc++");
println!("cargo:rustc-link-lib=stdc++");

#[cfg(target_os = "macos")]
println!("cargo:rustc-link-lib=c++");
Expand Down

0 comments on commit 1542535

Please sign in to comment.