0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-23 10:51:42 +00:00
Files
termux-packages/packages/python/0007-disable-multiarch.patch
2024-10-06 17:06:14 +02:00

12 lines
300 B
Diff

--- a/configure
+++ b/configure
@@ -6939,6 +6939,8 @@
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for multiarch" >&5
printf %s "checking for multiarch... " >&6; }
case $ac_sys_system in #(
+ Linux-android) :
+ MULTIARCH="" ;; #(
Darwin*) :
MULTIARCH="" ;; #(
FreeBSD*) :