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 90e0cea + 0c8e61a commit c27f416Copy full SHA for c27f416
src/unix/mod.rs
@@ -105,7 +105,9 @@ cfg_if! {
105
} else if #[cfg(target_env = "musl")] {
106
#[link(name = "c", kind = "static")]
107
extern {}
108
- } else if #[cfg(any(target_os = "macos", target_os = "ios"))] {
+ } else if #[cfg(any(target_os = "macos",
109
+ target_os = "ios",
110
+ target_os = "android"))] {
111
#[link(name = "c")]
112
#[link(name = "m")]
113
0 commit comments