From: bors Date: Fri, 2 Dec 2016 12:15:18 +0000 (+0000) Subject: Auto merge of #3335 - alexcrichton:fix-xcomiple, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~100 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=307a613fcc4661f278292f6db27906dfa04cda74;p=cargo.git Auto merge of #3335 - alexcrichton:fix-xcomiple, r=brson 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 --- 307a613fcc4661f278292f6db27906dfa04cda74