remove the early return in Sysroot::run which causes bypassing symlinking

Signed-off-by: ozkanonur <work@onurozkan.dev>
This commit is contained in:
ozkanonur 2023-04-21 00:16:35 +03:00
parent 6d99d6a9de
commit 68fc568b89

View File

@ -1328,7 +1328,6 @@ impl Step for Sysroot {
true
}
});
return INTERNER.intern_path(sysroot);
}
// Symlink the source root into the same location inside the sysroot,