Skip to content

configure: Avoid hard-coded ld path on Windows

Ben Gamari requested to merge wip/T18550 into master

The fix to #17962 (closed) ended up regressing on Windows as it failed to replicate the logic responsible for overriding the toolchain paths on Windows. This resulted in a hard-coded path to a directory that likely doesn't exist on the user's system (#18550 (closed)).

Edited by Ben Gamari

Merge request reports