Skip to content

Commit

Permalink
Auto merge of #10073 - russweas:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Include note about bug while building on macOS in mdbook

See rust-lang/rust#90342. I can watch the thread and push another PR to delete this note once this bug is resolved.
  • Loading branch information
bors committed Nov 15, 2021
2 parents 83bd9f6 + d98590a commit e475fe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/doc/contrib/src/process/working-on-cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ If you can successfully run `cargo build`, you should be good to go!

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

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

You can use `cargo run` to run cargo itself, or you can use the path directly
Expand Down

0 comments on commit e475fe4

Please sign in to comment.