Skip to content

Commit

Permalink
remove the early return in Sysroot::run which causes bypassing syml…
Browse files Browse the repository at this point in the history
…inking

Signed-off-by: ozkanonur <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Apr 20, 2023
1 parent 6d99d6a commit 68fc568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 68fc568

Please sign in to comment.