]> git.lizzy.rs Git - rust.git/commit
rustpkg: Build dependencies into the correct workspace when using --rust-path-hack
authorTim Chevalier <chevalier@alum.wellesley.edu>
Sun, 27 Oct 2013 23:30:29 +0000 (16:30 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Sun, 27 Oct 2013 23:31:55 +0000 (16:31 -0700)
commit0e6a575635862deba5c280d38b32bb43093980c0
tree1566aa3c3ac69c8706492e35adabcbd3493077c1
parent16b8a41531bb0054f05be7a19e0867b8174c83b1
rustpkg: Build dependencies into the correct workspace when using --rust-path-hack

When invoked with the --rust-path-hack flag, rustpkg was correctly building
the package into the default workspace (and not into the build/ subdirectory of the
parent directory of the source directory), but not correctly putting the output
for any dependencies into the default workspace as well.

Spotted by Jack.
src/librustpkg/package_source.rs
src/librustpkg/rustpkg.rs
src/librustpkg/tests.rs
src/librustpkg/util.rs