We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ee90f commit 4ca9d22Copy full SHA for 4ca9d22
build.rs
@@ -23,7 +23,7 @@ fn main() {
23
.compile("notify");
24
25
// Link the macOS frameworks that provide the missing symbols:
26
- println!("cargo:rustc-link-lib=framework=CoreServices"); // for LSCopyApplicationURLsForBundleIdentifier (LaunchServices)
+ println!("cargo:rustc-link-lib=framework=Foundation"); // safe to include; many ObjC APIs live here
27
28
println!("cargo:rerun-if-env-changed={}", DEPLOYMENT_TARGET_VAR);
29
println!("cargo:rerun-if-changed=build.rs");
0 commit comments