Mention the crate type cdylib in rustc's usage
This commit is contained in:
parent
31e9ed5d6c
commit
3205c513f3
2 changed files with 2 additions and 2 deletions
|
|
@ -981,7 +981,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
|||
assumed.", "[KIND=]NAME"),
|
||||
opt::multi_s("", "crate-type", "Comma separated list of types of crates
|
||||
for the compiler to emit",
|
||||
"[bin|lib|rlib|dylib|staticlib]"),
|
||||
"[bin|lib|rlib|dylib|cdylib|staticlib]"),
|
||||
opt::opt_s("", "crate-name", "Specify the name of the crate being built",
|
||||
"NAME"),
|
||||
opt::multi_s("", "emit", "Comma separated list of types of output for \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue