Skip to content

hadrian: Don't create absolute symlinks

Ben Gamari requested to merge wip/T20208 into master

Previously Rules.Rts had several uses of createFileLink, which would needlessly create an absolute symlink, breaking binary distributions.

Fixes #20208 (closed).

Merge request reports