Browse Source

build-package.sh: cargo should use $TERMUX_MAKE_PROCESSES for max amount of build jobs

emacs-27
Leonid Plyushch 5 years ago
parent
commit
7109f435a0
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/build/termux_step_make_install.sh

1
scripts/build/termux_step_make_install.sh

@ -14,6 +14,7 @@ termux_step_make_install() {
elif test -f Cargo.toml; then
termux_setup_rust
cargo install \
--jobs $TERMUX_MAKE_PROCESSES \
--path . \
--force \
--target $CARGO_TARGET_NAME \

Loading…
Cancel
Save