Skip to content

Commit cb5c3a2

Browse files
author
Elly Jones
committed
---
yaml --- r: 6779 b: refs/heads/master c: c8427e4 h: refs/heads/master i: 6777: ac3b97b 6775: d176130 v: v3
1 parent 13435f0 commit cb5c3a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b7e30bc4c5852fb7f840f2abd472fa1e68dcfd52
2+
refs/heads/master: c8427e4ffd59ba6e6347ece491aca43b17207c2e

trunk/src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ fn install_one_crate(c: cargo, _path: str, cf: str, _p: pkg) {
314314
let exec_suffix = os::exec_suffix();
315315
for ct: str in created {
316316
if (exec_suffix != "" && str::ends_with(ct, exec_suffix)) ||
317-
(exec_suffix == "" && !str::starts_with(ct, "lib")) {
317+
(exec_suffix == "" && !str::starts_with(ct, "./lib")) {
318318
log #fmt[" bin: %s", ct];
319319
// FIXME: need libstd fs::copy or something
320320
run::run_program("cp", [ct, c.bindir]);

0 commit comments

Comments
 (0)