Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libc`](https://www.musl-libc.org/) can be used on Linux.

To add support for MUSL, you need to choose the correct target. [The forge
has a full list of
targets](https://forge.rust-lang.org/platform-support.html) supported,
targets](https://forge.rust-lang.org/release/platform-support.html) supported,
with a number of ones using `musl`.

If you're not sure what you want, it's probably `x86_64-unknown-linux-musl`,
Expand Down Expand Up @@ -42,4 +42,4 @@ To use this new target, pass the `--target` flag to Cargo:
$ cargo build --target x86_64-unknown-linux-musl
```

The binary produced will now be built with MUSL!
The binary produced will now be built with MUSL!