We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92d360 commit 38f69c5Copy full SHA for 38f69c5
src/libstd/build.rs
@@ -30,6 +30,8 @@ fn main() {
30
println!("cargo:rustc-link-lib=resolv");
31
} else if target.contains("apple-darwin") {
32
println!("cargo:rustc-link-lib=System");
33
+ #[cfg(miri)]
34
+ println!("cargo:rustc-link-lib=framework=Security");
35
36
// res_init and friends require -lresolv on macOS/iOS.
37
// See #41582 and http://blog.achernya.com/2013/03/os-x-has-silly-libsystem.html
0 commit comments