We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005d40e commit ad14f7dCopy full SHA for ad14f7d
rust-build/pre_build_rust_keylock_android.sh
@@ -5,6 +5,11 @@ cd $BASEDIR/../
5
BASEDIR=`pwd`
6
echo Base directory is $BASEDIR
7
8
+# Save the current HOME variable and override it with a subdirectory
9
+mkdir home
10
+HOME_BAK=$HOME
11
+HOME=$BASEDIR/home
12
+
13
# Install the latest rust stable and cargo
14
`curl https://sh.rustup.rs -sSf | sh -s -- -y`
15
PATH=$PATH:$HOME/.cargo/bin
0 commit comments