We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9e33f commit 4f10982Copy full SHA for 4f10982
curl-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "curl-sys"
3
-version = "0.4.66+curl-8.3.0"
+version = "0.4.67+curl-8.3.0"
4
authors = ["Alex Crichton <[email protected]>"]
5
links = "curl"
6
build = "build.rs"
curl-sys/build.rs
@@ -443,6 +443,7 @@ fn main() {
443
if target.contains("-apple-") {
444
println!("cargo:rustc-link-lib=framework=Security");
445
println!("cargo:rustc-link-lib=framework=CoreFoundation");
446
+ println!("cargo:rustc-link-lib=framework=CoreServices");
447
println!("cargo:rustc-link-lib=framework=SystemConfiguration");
448
}
449
0 commit comments