Skip to content

Commit

Permalink
link IOKit on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed May 12, 2024
1 parent 1e28c50 commit 25565a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librclone-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ fn main() {

if target_triple.ends_with("darwin") {
println!("cargo:rustc-link-lib=framework=CoreFoundation");
println!("cargo:rustc-link-lib=framework=IOKit");
println!("cargo:rustc-link-lib=framework=Security");
println!("cargo:rustc-link-lib=resolv");
}
Expand Down

0 comments on commit 25565a1

Please sign in to comment.