Auto merge of #2355 - alexcrichton:fix-ordering-bug, r=brson
authorbors <bors@rust-lang.org>
Tue, 2 Feb 2016 21:12:37 +0000 (21:12 +0000)
committerbors <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