diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Cargo.lock | 2 | ||||
| -rw-r--r-- | src/bootstrap/bin/rustc.rs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 7e61014b178..0670b1ce757 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -419,7 +419,7 @@ dependencies = [ [[package]] name = "rls-span" version = "0.1.0" -source = "git+https://github.com/nrc/rls-span#e9224b1c52d1d43f9f7b3bb065653c9e18bb532d" +source = "git+https://github.com/nrc/rls-span#79375240da727c583ce656a6beb034c163313399" dependencies = [ "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/src/bootstrap/bin/rustc.rs b/src/bootstrap/bin/rustc.rs index a996240f616..5e6f3e9e6cc 100644 --- a/src/bootstrap/bin/rustc.rs +++ b/src/bootstrap/bin/rustc.rs @@ -79,6 +79,7 @@ fn main() { cmd.args(&args) .arg("--cfg") .arg(format!("stage{}", stage)) + .arg("--cfg").arg("rustbuild") .env(bootstrap::util::dylib_path_var(), env::join_paths(&dylib_path).unwrap()); |
