mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
Rebuild with target=$CTARGET to fix the tripliet to be consistent on all arches. also use python3 fixes #11349
12 lines
211 B
Diff
12 lines
211 B
Diff
diff --git a/configure b/configure
|
|
index eeb8d08..81e2001 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -11,6 +11,7 @@ try() {
|
|
fi
|
|
}
|
|
|
|
+try python3 "$@"
|
|
try python2.7 "$@"
|
|
try python27 "$@"
|
|
try python2 "$@"
|