Merge pull request #4452 from its-pointless/fixrust

wrong path fix
This commit is contained in:
Leonid Pliushch 2019-10-24 00:08:02 +03:00 committed by GitHub
commit 7e04f494ab
1 changed files with 1 additions and 1 deletions

View File

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