We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c61166 + 8c33633 commit 120d32cCopy full SHA for 120d32c
couchbase-lite-core-sys/build.rs
@@ -63,9 +63,11 @@ fn main() {
63
println!("cargo:rustc-link-lib=z");
64
} else if cfg!(target_os = "macos") {
65
66
- //TODO: remove this dependicies
+ //TODO: remove this dependicies: CoreFoundation + Foundation
67
println!("cargo:rustc-link-lib=framework=CoreFoundation");
68
println!("cargo:rustc-link-lib=framework=Foundation");
69
+ println!("cargo:rustc-link-lib=framework=SystemConfiguration");
70
+ println!("cargo:rustc-link-lib=framework=Security");
71
}
72
73
let mut includes = vec![
0 commit comments