mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
b04e84f352
Co-authored-by: <45286352+licy183@users.noreply.github.com>
21 lines
440 B
Diff
21 lines
440 B
Diff
--- a/src/lib.rs
|
|
+++ b/src/lib.rs
|
|
@@ -252,7 +252,6 @@
|
|
pub mod rand;
|
|
#[cfg(not(any(
|
|
windows,
|
|
- target_os = "android",
|
|
target_os = "espidf",
|
|
target_os = "vita",
|
|
target_os = "wasi"
|
|
--- a/src/backend/libc/mod.rs
|
|
+++ b/src/backend/libc/mod.rs
|
|
@@ -186,7 +186,6 @@
|
|
pub(crate) mod prctl;
|
|
#[cfg(not(any(
|
|
windows,
|
|
- target_os = "android",
|
|
target_os = "espidf",
|
|
target_os = "vita",
|
|
target_os = "wasi"
|