Skip to content

Commit d6d7bfd

Browse files
committed
getting back android traget in case without rustc-dep-of-std
1 parent 64d47e8 commit d6d7bfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ cfg_if! {
357357
} else if #[cfg(any(target_os = "macos",
358358
target_os = "ios",
359359
target_os = "watchos",
360+
target_os = "android",
360361
target_os = "openbsd"))] {
361362
#[link(name = "c")]
362363
#[link(name = "m")]

0 commit comments

Comments
 (0)