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
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 macOS that will cause an error while linking
cargo. To fix this, run `export MACOSX_DEPLOYMENT_TARGET=10.7` before attempting
russweas marked this conversation as resolved.
Show resolved Hide resolved
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