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

Commit 2ee5409

Browse files
authored
Merge pull request rust-lang#2525 from shepmaster/aarch64-apple-darwin-script
Treat Apple's `arm64` as `aarch64`
2 parents ad8f4bc + 6fc5b54 commit 2ee5409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ get_architecture() {
260260
fi
261261
;;
262262

263-
aarch64)
263+
aarch64 | arm64)
264264
_cputype=aarch64
265265
;;
266266

0 commit comments

Comments
 (0)