Fix test failure in src/tools/rustdoc-themes when rust.rpath = false
This commit is contained in:
parent
9afed64645
commit
6f10146f9f
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ impl Step for RustdocTheme {
|
|||
}
|
||||
|
||||
fn run(self, builder: &Builder) {
|
||||
let rustdoc = builder.rustdoc(self.compiler.host);
|
||||
let rustdoc = builder.out.join("bootstrap/debug/rustdoc");
|
||||
let mut cmd = builder.tool_cmd(Tool::RustdocTheme);
|
||||
cmd.arg(rustdoc.to_str().unwrap())
|
||||
.arg(builder.src.join("src/librustdoc/html/static/themes").to_str().unwrap())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue