llvm-mingw uses a wrapper script to inject (among other things) a -target argument into the clang command, which breaks -Wl,--version. This confuses Meson into thinking the linker is some unknown version of Apple ld, which breaks builds. This patch makes it detect and recover from the issue. Fixes #5910pull/5916/head
parent
15f8165bde
commit
d768a76ab2
1 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue