add the missing rust.musl-root option in config.toml.example
This commit is contained in:
parent
9adea61777
commit
2f7e3d55c9
1 changed files with 3 additions and 0 deletions
|
@ -340,6 +340,9 @@
|
|||
# nightly features
|
||||
#channel = "dev"
|
||||
|
||||
# The root location of the MUSL installation directory.
|
||||
#musl-root = "..."
|
||||
|
||||
# By default the `rustc` executable is built with `-Wl,-rpath` flags on Unix
|
||||
# platforms to ensure that the compiler is usable by default from the build
|
||||
# directory (as it links to a number of dynamic libraries). This may not be
|
||||
|
|
Loading…
Add table
Reference in a new issue