Upgrade to rustc 1.24.0-nightly (5a2465e2b 2017-12-06)

This commit is contained in:
Simon Sapin 2017-12-04 10:54:32 +01:00
parent e646471888
commit 1a950d263a
3 changed files with 8 additions and 1 deletions

View file

@ -254,6 +254,9 @@ class MachCommands(CommandBase):
env = self.build_env()
env["RUST_BACKTRACE"] = "1"
# Work around https://github.com/rust-lang/cargo/issues/4790
del env["RUSTDOCFLAGS"]
if "msvc" in host_triple():
# on MSVC, we need some DLLs in the path. They were copied
# in to the servo.exe build dir, so just point PATH to that.