JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Babysit meson so it doesn't do the wrong thing #352

Closed gbaraldi closed 9 months ago

gbaraldi commented 9 months ago

Meson tries really hard to do it wrong. Also note for the future -fuse-ld behaves very differently between gcc and clang. GCC only wants a linker name, while clang understands a full path and one with platform specific handling. Also gcc calls it bfd while clang wants ld