add source to setup.sh after rustup is installed

see 
This commit is contained in:
Josh Babb 2023-05-03 12:51:58 -05:00
parent 2dc510b6c6
commit 898763411a

1
scripts/setup.sh Normal file → Executable file
View file

@ -42,6 +42,7 @@ sudo apt-get install -y unzip automake build-essential file pkg-config git pytho
sudo apt install -y libc6-dev-i386
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
cargo install cargo-ndk
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android