JuliaPackaging / BinaryBuilderBase.jl

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

[Runner] Manually set some search paths for Clang on Windows #247

Closed giordano closed 11 months ago

giordano commented 2 years ago

This isn't a nice solution (to say the least), but I don't understand why --gcc-toolchain above isn't sufficient. We should definitely not need to set all these search paths manually, it's fragile at best, but at least it works for the time being.

giordano commented 11 months ago

Superseded by #324