JuliaPackaging / BinaryBuilderBase.jl

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

Clang wrapper for Linux and Windows should set `_GLIBCXX_USE_CXX11_ABI` #290

Closed giordano closed 11 months ago

giordano commented 1 year ago

At the moment https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/f782dc5d327dfa21cc26ae582e4d6424f7df8bc5/src/Runner.jl#L462-L467 is done only for GCC, but it should be done also for Clang on Linux and Windows, since in that case we use libstdc+.