1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 11:47:07 +00:00

Use $TERMUX_MAKE_PROCESSES in host build

This commit is contained in:
Fredrik Fornwall 2016-11-22 16:15:05 -05:00
parent fd2b34d846
commit 4663ac70d4

View File

@ -246,7 +246,7 @@ termux_step_post_extract_package () {
# After termux_step_post_extract_package() and before termux_step_patch_package()
termux_step_host_build () {
$TERMUX_PKG_SRCDIR/configure ${TERMUX_PKG_EXTRA_HOSTBUILD_CONFIGURE_ARGS}
make
make -j $TERMUX_MAKE_PROCESSES
}
# This should not be overridden