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.
2 parents 5863d86 + 7376d09 commit 53d11fcCopy full SHA for 53d11fc
src/unix/mod.rs
@@ -135,7 +135,7 @@ cfg_if! {
135
if #[cfg(not(stdbuild))] {
136
// cargo build, don't pull in anything extra as the libstd dep
137
// already pulls in all libs.
138
- } else if #[cfg(target_env = "musl", not(target_arch = "mips"))] {
+ } else if #[cfg(all(target_env = "musl", not(target_arch = "mips")))] {
139
#[link(name = "c", kind = "static")]
140
extern {}
141
} else if #[cfg(target_os = "emscripten")] {
0 commit comments