Skip to content

hadrian: Don't duplicate binaries on installation

Ben Gamari requested to merge wip/T22062 into master

Previously we used install on symbolic links, which ended up copying the target file rather than installing a symbolic link.

Fixes #22062 (closed).

Merge request reports