From 21f5525d425b470eff23768916e50dcc994eb872 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 18 Nov 2022 09:59:22 -0500 Subject: [PATCH] take any python3 --- cross-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile.sh b/cross-compile.sh index a2d35bf..09e6351 100644 --- a/cross-compile.sh +++ b/cross-compile.sh @@ -41,7 +41,7 @@ OBJCOPY="exit 5;" export HOSTARCH=$ARCH -python3.10 -m build +python3 -m build # Some commands like this do the same-ish build as python -m build # -- GitLab