Skip to content

Commit a144513

Browse files
authored
Include note about bug while building on macOS in mdbook
1 parent e11cd81 commit a144513

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ 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
52+
[rust#90342](https://github.com/rust-lang/rust/issues/90342).
53+
4954
## Running Cargo
5055

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

0 commit comments

Comments
 (0)