We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e0cea commit 0c8e61aCopy full SHA for 0c8e61a
1 file changed
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