From 2f7e3d55c96ef44463bb62f98ba25538fc2fffff Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Thu, 24 Oct 2019 23:43:06 +0800 Subject: [PATCH] add the missing rust.musl-root option in config.toml.example --- config.toml.example | 3 +++ 1 file changed, 3 insertions(+) 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