Skip to content

Commit d98590a

Browse files
authored
Update working-on-cargo.md
1 parent a144513 commit d98590a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/contrib/src/process/working-on-cargo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ If you can successfully run `cargo build`, you should be good to go!
4646

4747
[homebrew]: https://brew.sh/
4848

49-
Note: There is currently a bug on macOS that will cause an error while linking
50-
cargo. To fix this, run `export MACOSX_DEPLOYMENT_TARGET=10.7` before attempting
51-
to build the cargo project. For more information, see
49+
Note: There is currently a bug on arm64 M1 macOS machines that will cause an error
50+
while linking cargo. To fix this, run `export MACOSX_DEPLOYMENT_TARGET=10.7` before
51+
attempting to build the cargo project. For more information, see
5252
[rust#90342](https://github.com/rust-lang/rust/issues/90342).
5353

5454
## Running Cargo

0 commit comments

Comments
 (0)