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…
x
Reference in New Issue
Block a user