1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/rust/python3.patch
Natanael Copa 7bb907ec23 community/rust: unify triples on all architectures
Rebuild with target=$CTARGET to fix the tripliet to be consistent on all
arches.

also use python3

fixes #11349
2020-04-09 07:37:32 +00:00

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 "$@"