projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8b0c007
c7ab807
)
Auto merge of #2355 - alexcrichton:fix-ordering-bug, r=brson
author
bors
<bors@rust-lang.org>
Tue, 2 Feb 2016 21:12:37 +0000
(21:12 +0000)
committer
bors
<bors@rust-lang.org>
Tue, 2 Feb 2016 21:12:37 +0000
(21:12 +0000)
Cargo needs to ensure that if a build script prints a `-L` path that it's the
first `-L` path passed to the compiler. That way the build script can be sure
that any output it generated is the first to be considered by the compiler.
Closes #2354
Trivial merge