You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add -isystem ${includedir} for clang on FreeBSD, and GCC on musl (#226)
* Add `-isystem ${includedir}` for clang on FreeBSD, and GCC on musl
Currently several JLLs need to manually add `-I${includedir}` to their
CPPFLAGS in order to build correctly on these platforms. Fix this by
adjusting the compiler wrappers.
See JuliaPackaging/Yggdrasil#3949
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
0 commit comments