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.
1 parent bb390a0 commit 94e35a4Copy full SHA for 94e35a4
build.rs
@@ -28,4 +28,7 @@ fn main() {
28
} else {
29
println!("cargo:rustc-env=OS_VERSION={}", env!("CARGO_PKG_VERSION"));
30
}
31
+
32
+ #[cfg(target_os="macos")]
33
+ println!("cargo:rustc-link-lib=c");
34
0 commit comments