Files
termux-packages/packages/python/0007-disable-multiarch.patch
2024-05-30 00:25:32 +00:00

14 lines
352 B
Diff

https://github.com/termux/termux-packages/issues/11870
--- a/configure
+++ b/configure
@@ -6202,6 +6202,8 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for multiarch" >&5
$as_echo_n "checking for multiarch... " >&6; }
case $ac_sys_system in #(
+ Linux-android) :
+ MULTIARCH="" ;; #(
Darwin*) :
MULTIARCH="" ;; #(
FreeBSD*) :