Fix typo in miri sysroot
This commit is contained in:
parent
b3bc6bf312
commit
99d080dc3c
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ impl Miri {
|
|||
miri: &Path,
|
||||
target: TargetSelection,
|
||||
) -> String {
|
||||
let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysrot");
|
||||
let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysroot");
|
||||
let mut cargo = tool::prepare_tool_cargo(
|
||||
builder,
|
||||
compiler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue