mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-15 14:20:53 +00:00
12 lines
339 B
Diff
12 lines
339 B
Diff
--- src.orig/src/ext/util.rs 2025-09-17 13:13:26.000000000 +0000
|
|
+++ src/src/ext/util.rs 2025-10-02 20:05:14.447708864 +0000
|
|
@@ -10,6 +10,8 @@
|
|
"macos"
|
|
} else if cfg!(target_os = "linux") {
|
|
"linux"
|
|
+ } else if cfg!(target_os = "android") {
|
|
+ "android"
|
|
} else {
|
|
bail!("unsupported OS")
|
|
};
|