Fix typo in miri sysroot
This commit is contained in:
parent
b3bc6bf312
commit
99d080dc3c
@ -473,7 +473,7 @@ pub fn build_miri_sysroot(
|
||||
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…
Reference in New Issue
Block a user