Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include note about bug while building on macOS in mdbook #10073

Merged
merged 2 commits into from
Nov 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update working-on-cargo.md
  • Loading branch information
russweas authored Nov 15, 2021
commit d98590ab98b173c4ff03f80aa70f2683cb5a525f
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