]> git.proxmox.com Git - cargo.git/commit
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)
commitec99da1706b56aebea5f576b62c1851a11157384
tree19abe84ed97bbca0a04154e67f136c29c4e3c973
parent8b0c007ac1c4b705570479326bb9be215fff2c76
parentc7ab807264eecef941912d29157c31543b2b85f0
Auto merge of #2355 - alexcrichton:fix-ordering-bug, r=brson

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