From 8ace74372aa22728b657e8d0a060f0e1abcaca30 Mon Sep 17 00:00:00 2001 From: Bryanskiy Date: Sun, 31 Jul 2022 19:53:55 +0300 Subject: [PATCH] getting back android traget in case without rustc-dep-of-std --- src/unix/mod.rs | 1 + 1 file changed, 1 insertion(+) 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")]