mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
remove the early return in Sysroot::run
which causes bypassing symlinking
Signed-off-by: ozkanonur <work@onurozkan.dev>
This commit is contained in:
parent
6d99d6a9de
commit
68fc568b89
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user