Skip to content

Commit

Permalink
getting back android traget in case without rustc-dep-of-std
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryanskiy committed Jul 31, 2022
1 parent 64d47e8 commit d6d7bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/mod.rs
Expand Up @@ -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")]
Expand Down

0 comments on commit d6d7bfd

Please sign in to comment.