retry
This commit is contained in:
parent
2938d1c4c2
commit
78320c7c75
@ -286,12 +286,11 @@ cfg_if! {
|
||||
} else if #[cfg(target_os = "emscripten")] {
|
||||
#[link(name = "c")]
|
||||
extern {}
|
||||
} else if #[cfg(all(target_os = "netbsd",
|
||||
cfg_attr(feature = "stdbuild",
|
||||
target_vendor = "rumprun")))] {
|
||||
} else if #[cfg(all(target_os = "netbsd"))] {
|
||||
// Since we don't use -nodefaultlibs on Rumprun, libc is always pulled
|
||||
// in automatically by the linker. We avoid passing it explicitly, as it
|
||||
// causes some versions of binutils to crash with an assertion failure.
|
||||
#[cfg_attr(feature = "stdbuild", target_vendor = "rumprun")]
|
||||
#[link(name = "m")]
|
||||
extern {}
|
||||
} else if #[cfg(any(target_os = "macos",
|
||||
|
Loading…
Reference in New Issue
Block a user