mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
9e90d1b31a
Some packages have issues with parallel builds and need to set TERMUX_MAKE_PROCESSES=1. All other build variables that package recipes set are prefixed with TERMUX_PKG, use that for MAKE_PROCESSES as well for consistency. %ci:no-build
5 lines
144 B
Bash
5 lines
144 B
Bash
termux_step_host_build() {
|
|
"$TERMUX_PKG_SRCDIR/configure" ${TERMUX_PKG_EXTRA_HOSTBUILD_CONFIGURE_ARGS}
|
|
make -j "$TERMUX_PKG_MAKE_PROCESSES"
|
|
}
|