We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5863d86 commit 7376d09Copy full SHA for 7376d09
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