Skip to content

Commit 2f7e3d5

Browse files
author
Guanqun Lu
committed
add the missing rust.musl-root option in config.toml.example
1 parent 9adea61 commit 2f7e3d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.toml.example

+3
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,9 @@
340340
# nightly features
341341
#channel = "dev"
342342

343+
# The root location of the MUSL installation directory.
344+
#musl-root = "..."
345+
343346
# By default the `rustc` executable is built with `-Wl,-rpath` flags on Unix
344347
# platforms to ensure that the compiler is usable by default from the build
345348
# directory (as it links to a number of dynamic libraries). This may not be

0 commit comments

Comments
 (0)