We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37e3a22 + 30bb481 commit ab63550Copy full SHA for ab63550
src/unix/mod.rs
@@ -310,7 +310,7 @@ cfg_if! {
310
// Since we don't use -nodefaultlibs on Rumprun, libc is always pulled
311
// in automatically by the linker. We avoid passing it explicitly, as it
312
// causes some versions of binutils to crash with an assertion failure.
313
- #[cfg_attr(feature = "stdbuild", target_vendor = "rumprun")]
+ #[cfg_attr(feature = "stdbuild", cfg(target_vendor = "rumprun"))]
314
#[link(name = "m")]
315
extern {}
316
} else if #[cfg(any(target_os = "macos",
0 commit comments