mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-12 18:33:06 +00:00
12 lines
229 B
Diff
12 lines
229 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -57,7 +57,7 @@
|
|
# OS specific
|
|
cpu=`uname -m`
|
|
cpu_sys="$cpu"
|
|
-targetos=`uname`
|
|
+targetos=Android
|
|
if test "$targetos" = "Linux" ; then
|
|
test "$(uname -o)" = "Android" && targetos=Android
|
|
fi
|