Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
removed unsavory comment
  • Loading branch information
Charles-Schleich authored Sep 22, 2022
1 parent d87de98 commit 6a54600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ fn link_libs_macos(){
// Need to include this so I can call core functions and security functions on mac
println!("cargo:rustc-link-lib=framework=CoreFoundation");
println!("cargo:rustc-link-lib=framework=Security");
// fuck me im clever for figuring this shit out

println!("cargo:rustc-link-search={}/pjlibs/mac_os", project_dir);

println!("cargo:rustc-link-lib=pjsua-x86_64-apple-darwin17.7.0");
println!("cargo:rustc-link-lib=pjsip-x86_64-apple-darwin17.7.0");
println!("cargo:rustc-link-lib=pj-x86_64-apple-darwin17.7.0");
Expand Down

0 comments on commit 6a54600

Please sign in to comment.