mirror of
https://github.com/servo/servo.git
synced 2025-07-02 04:53:39 +01:00
Upgrade to rustc 1.24.0-nightly (5a2465e2b 2017-12-06)
This commit is contained in:
parent
e646471888
commit
1a950d263a
3 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue