diff --git a/src/unix/mod.rs b/src/unix/mod.rs index 031283c1210d4..ecc693e3db105 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs @@ -357,6 +357,7 @@ cfg_if! { } else if #[cfg(any(target_os = "macos", target_os = "ios", target_os = "watchos", + target_os = "android", target_os = "openbsd"))] { #[link(name = "c")] #[link(name = "m")]