fix(python): set the new TERMUX_PKG_MAKE_PROCESSES variable instead of the removed TERMUX_MAKE_PROCESSES variable

This commit is contained in:
termux-pacman-bot
2024-11-15 18:42:14 +00:00
parent e00656379d
commit c4dbd16a44

View File

@@ -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%.*}"