Leonid Plyushch
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/rust/build.sh
|
|
@ -19,7 +19,7 @@ termux_step_configure() { |
|
|
|
|
|
|
|
# upstream only tests build ver one version behind $TERMUX_PKG_VERSION |
|
|
|
rustup install 1.37.0 |
|
|
|
export PATH=$TERMUX_COMMON_CACHEDIR/toolchains/1.37.0-x86_64-unknown-linux-gnu/bin:$PATH |
|
|
|
export PATH=$HOME/.rustup/toolchains/1.37.0-x86_64-unknown-linux-gnu/bin:$PATH |
|
|
|
local RUSTC=$(which rustc) |
|
|
|
local CARGO=$(which cargo) |
|
|
|
|
|
|
|