Skip to content

Commit b7393ec

Browse files
committed
(cargo) fix old typo for installation to libdir
1 parent 1aa0804 commit b7393ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ fn install_one_crate(c: cargo, path: str, cf: str) {
488488
}
489489
} else {
490490
#debug(" lib: %s", ct);
491-
install_to_dir(ct, c.bindir);
491+
install_to_dir(ct, c.libdir);
492492
if c.opts.mode == system_mode {
493493
install_one_crate_to_sysroot(ct, libdir());
494494
}

0 commit comments

Comments
 (0)