Skip to content

Commit 5b858c6

Browse files
authored
Merge pull request #2525 from shepmaster/aarch64-apple-darwin-script
Treat Apple's `arm64` as `aarch64`
2 parents df32486 + 1e78f63 commit 5b858c6

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)