Skip to content

Commit

Permalink
Add architecture suggestion for Apple silicon (rust-lang#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescoleuk authored Mar 1, 2022
1 parent 7d8eb87 commit 32f2a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ rustup toolchain link stage2 build/<host-triple>/stage2
The `<host-triple>` would typically be one of the following:

- Linux: `x86_64-unknown-linux-gnu`
- Mac: `x86_64-apple-darwin`
- Mac: `x86_64-apple-darwin` or `aarch64-apple-darwin`
- Windows: `x86_64-pc-windows-msvc`

Now you can run the `rustc` you built with. If you run with `-vV`, you
Expand Down

0 comments on commit 32f2a5b

Please sign in to comment.