diff options
| author | Guanqun Lu <guanqun.lu@gmail.com> | 2019-10-24 23:43:06 +0800 |
|---|---|---|
| committer | Guanqun Lu <guanqun.lu@gmail.com> | 2019-10-24 23:43:06 +0800 |
| commit | 2f7e3d55c96ef44463bb62f98ba25538fc2fffff (patch) | |
| tree | 0763519f74972487e1ce894db0ce4d53ea430f58 /config.toml.example | |
| parent | 9adea6177773b992fcdf7b1df26dd527cceba40d (diff) | |
| download | rust-2f7e3d55c96ef44463bb62f98ba25538fc2fffff.tar.gz rust-2f7e3d55c96ef44463bb62f98ba25538fc2fffff.zip | |
add the missing rust.musl-root option in config.toml.example
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index 0124583e41c..d6a5c5a3b92 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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 |
