]> git.lizzy.rs Git - rust.git/commit
Fix rustbuild to work with --libdir.
authorMatthew Dawson <matthew@mjdsystems.ca>
Fri, 20 Jan 2017 14:22:16 +0000 (09:22 -0500)
committerMatthew Dawson <matthew@mjdsystems.ca>
Fri, 20 Jan 2017 16:46:51 +0000 (11:46 -0500)
commit4c02d9f6bf2404f0a077cced12cf434c70979fd9
tree4bb0d18e8ae484d905b1b1c891023e972929eda4
parentb7ca2b9e143248c8fc33353636c0051f91d7f77f
Fix rustbuild to work with --libdir.

Similar to the makefiles, pass CFG_LIBDIR_RELATIVE to cargo when building
rustc in stages > 0.  This tells rustc to check the different directory.
src/bootstrap/compile.rs
src/bootstrap/config.rs