(cargo) fix old typo for installation to libdir
This commit is contained in:
parent
1aa0804637
commit
b7393ecdf2
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ fn install_one_crate(c: cargo, path: str, cf: str) {
|
|||
}
|
||||
} else {
|
||||
#debug(" lib: %s", ct);
|
||||
install_to_dir(ct, c.bindir);
|
||||
install_to_dir(ct, c.libdir);
|
||||
if c.opts.mode == system_mode {
|
||||
install_one_crate_to_sysroot(ct, libdir());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue