Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request rust-lang#2525 from shepmaster/aarch64-apple-darwi…
Browse files Browse the repository at this point in the history
…n-script

Treat Apple's `arm64` as `aarch64`
  • Loading branch information
kinnison authored Oct 16, 2020
2 parents ad8f4bc + 6fc5b54 commit 2ee5409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ get_architecture() {
fi
;;

aarch64)
aarch64 | arm64)
_cputype=aarch64
;;

Expand Down

0 comments on commit 2ee5409

Please sign in to comment.