Skip to content

Commit

Permalink
Update working-on-cargo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
russweas committed Nov 15, 2021
1 parent a144513 commit d98590a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/contrib/src/process/working-on-cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ If you can successfully run `cargo build`, you should be good to go!

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

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

## Running Cargo
Expand Down

0 comments on commit d98590a

Please sign in to comment.