Browse Source
build-package.sh: cargo should use $TERMUX_MAKE_PROCESSES for max amount of build jobs
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
scripts/build/termux_step_make_install.sh
|
@ -14,6 +14,7 @@ termux_step_make_install() { |
|
|
elif test -f Cargo.toml; then |
|
|
elif test -f Cargo.toml; then |
|
|
termux_setup_rust |
|
|
termux_setup_rust |
|
|
cargo install \ |
|
|
cargo install \ |
|
|
|
|
|
--jobs $TERMUX_MAKE_PROCESSES \ |
|
|
--path . \ |
|
|
--path . \ |
|
|
--force \ |
|
|
--force \ |
|
|
--target $CARGO_TARGET_NAME \ |
|
|
--target $CARGO_TARGET_NAME \ |
|
|