0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-11 13:09:18 +00:00
termux-packages/x11-packages/alacritty/rustix.diff
TomIO b04e84f352
addpkg(x11/alacritty): 0.13.2 (#20269)
Co-authored-by: <45286352+licy183@users.noreply.github.com>
2024-05-21 13:00:06 +02: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"