Browse Source

Merge pull request #4452 from its-pointless/fixrust

wrong path fix
emacs-27
Leonid Plyushch 5 years ago
committed by GitHub
parent
commit
e8b690ce1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/rust/build.sh

2
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)

Loading…
Cancel
Save