Files
termux-packages/x11-packages/alacritty/rustix.diff
2024-05-21 11:08:56 +00:00

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"