add the missing rust.musl-root option in config.toml.example

This commit is contained in:
Guanqun Lu 2019-10-24 23:43:06 +08:00
parent 9adea61777
commit 2f7e3d55c9

View file

@ -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