From c4dbd16a44f1b53fad984e9084e0e0f2b4432a85 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 15 Nov 2024 18:42:14 +0000 Subject: [PATCH] fix(python): set the new `TERMUX_PKG_MAKE_PROCESSES` variable instead of the removed `TERMUX_MAKE_PROCESSES` variable --- packages/python/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/build.sh b/packages/python/build.sh index 0a65461e48..81c469a009 100644 --- a/packages/python/build.sh +++ b/packages/python/build.sh @@ -19,7 +19,7 @@ TERMUX_PKG_REPLACES="python-dev" TERMUX_PKG_PROVIDES="python3" # https://github.com/termux/termux-packages/issues/15908 -TERMUX_MAKE_PROCESSES=1 +TERMUX_PKG_MAKE_PROCESSES=1 _MAJOR_VERSION="${TERMUX_PKG_VERSION%.*}"