Skip to content

Commit

Permalink
macos: remove dependency on c++
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Jan 12, 2025
1 parent ce60e74 commit fa0ffbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frida-gum-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ fn main() {
#[cfg(all(feature = "js", target_os = "linux"))]
println!("cargo:rustc-link-lib=dylib=stdc++");

#[cfg(all(feature = "js", target_os = "macos"))]
println!("cargo:rustc-link-lib=dylib=c++");

#[cfg(all(feature = "js", target_os = "macos"))]
println!("cargo:rustc-link-lib=resolv");
}

0 comments on commit fa0ffbf

Please sign in to comment.