Fix typo in miri sysroot

This commit is contained in:
Joshua Nelson 2022-11-24 20:28:55 -05:00
parent b3bc6bf312
commit 99d080dc3c

View File

@ -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,