]> git.proxmox.com Git - cargo.git/commit
Add host dependency path via -L for cross compiles
authorAlex Crichton <alex@alexcrichton.com>
Mon, 28 Nov 2016 15:27:14 +0000 (07:27 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 2 Dec 2016 06:47:28 +0000 (22:47 -0800)
commita298346d6e8862992be3fd93dd8a6c833cc72719
treed8b93f4e644e5580581332dc96d882921c42895a
parentc82fd7f82b8cd3a846fa63d30d6b12d79ca2abe6
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
src/cargo/ops/cargo_rustc/context.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/cross-compile.rs