Describe possible keys of the -L rustc option.
This commit is contained in:
parent
5d5f4b5e3f
commit
9da67dae52
1 changed files with 3 additions and 2 deletions
|
@ -889,8 +889,9 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
||||||
vec![
|
vec![
|
||||||
opt::flag_s("h", "help", "Display this message"),
|
opt::flag_s("h", "help", "Display this message"),
|
||||||
opt::multi_s("", "cfg", "Configure the compilation environment", "SPEC"),
|
opt::multi_s("", "cfg", "Configure the compilation environment", "SPEC"),
|
||||||
opt::multi_s("L", "", "Add a directory to the library search path",
|
opt::multi_s("L", "", "Add a directory to the library search path. The
|
||||||
"[KIND=]PATH"),
|
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
|
opt::multi_s("l", "", "Link the generated crate(s) to the specified native
|
||||||
library NAME. The optional KIND can be one of
|
library NAME. The optional KIND can be one of
|
||||||
static, dylib, or framework. If omitted, dylib is
|
static, dylib, or framework. If omitted, dylib is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue