diff options
| author | ozkanonur <work@onurozkan.dev> | 2023-04-21 00:16:35 +0300 |
|---|---|---|
| committer | ozkanonur <work@onurozkan.dev> | 2023-04-21 00:36:48 +0300 |
| commit | 68fc568b89b364025b6f4d1b364e26b4d5b1e79a (patch) | |
| tree | 5893581ca58d9c1c9be16b68b28ed0501a4469fd /src/bootstrap | |
| parent | 6d99d6a9de9df76f47bccde605f5ec7f60bc2321 (diff) | |
remove the early return in `Sysroot::run` which causes bypassing symlinking
Signed-off-by: ozkanonur <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/compile.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 8af5927e27f..ab307d4d038 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -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, |
