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 bbf929d commit 141a890Copy full SHA for 141a890
src/unix/mod.rs
@@ -329,6 +329,8 @@ cfg_if! {
329
cfg(target_feature = "crt-static"))]
330
#[link(name = "gcc", kind = "static", modifiers = "-bundle",
331
332
+ #[link(name = "c", kind = "static", modifiers = "-bundle",
333
+ cfg(target_feature = "crt-static"))]
334
#[link(name = "util", cfg(not(target_feature = "crt-static")))]
335
#[link(name = "rt", cfg(not(target_feature = "crt-static")))]
336
#[link(name = "pthread", cfg(not(target_feature = "crt-static")))]
0 commit comments