]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #3335 - alexcrichton:fix-xcomiple, r=brson
authorbors <bors@rust-lang.org>
Fri, 2 Dec 2016 12:15:18 +0000 (12:15 +0000)
committerbors <bors@rust-lang.org>
Fri, 2 Dec 2016 12:15:18 +0000 (12:15 +0000)
Add host dependency path via -L for cross compiles

Now that proc-macro crates can reexport from their dependencies we need to be
able to find the other crates, so ensure that we pass an appropriate -L flag.

Closes #3334


Trivial merge