0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-12 18:33:06 +00:00
Files
termux-packages/packages/tcc/configure.patch
2023-04-20 15:40:36 +09:00

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