Skip to content

Commit

Permalink
Update prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
XMLHexagram committed Sep 1, 2023
1 parent c9f6206 commit de2f2c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cd "$( dirname "$0" )" && cd ..|| exit 1
# rustup toolchain install nightly
rustup install nightly
# rustup component add rust-src --toolchain nightly-aarch64-apple-darwin
rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-ios-sim
rustup target add aarch64-apple-ios
Expand Down

0 comments on commit de2f2c3

Please sign in to comment.