Skip to content

Commit 68fc568

Browse files
committed
remove the early return in Sysroot::run which causes bypassing symlinking
Signed-off-by: ozkanonur <[email protected]>
1 parent 6d99d6a commit 68fc568

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/compile.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,6 @@ impl Step for Sysroot {
13281328
true
13291329
}
13301330
});
1331-
return INTERNER.intern_path(sysroot);
13321331
}
13331332

13341333
// Symlink the source root into the same location inside the sysroot,

0 commit comments

Comments
 (0)