1
Fork 0

Describe possible keys of the -L rustc option.

This commit is contained in:
pravic 2016-04-15 23:55:42 +03:00
parent 5d5f4b5e3f
commit 9da67dae52

View file

@ -889,8 +889,9 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
vec![
opt::flag_s("h", "help", "Display this message"),
opt::multi_s("", "cfg", "Configure the compilation environment", "SPEC"),
opt::multi_s("L", "", "Add a directory to the library search path",
"[KIND=]PATH"),
opt::multi_s("L", "", "Add a directory to the library search path. The
optional KIND can be one of dependency, crate, native,
framework or all (the default).", "[KIND=]PATH"),
opt::multi_s("l", "", "Link the generated crate(s) to the specified native
library NAME. The optional KIND can be one of
static, dylib, or framework. If omitted, dylib is