osx builder: add -stdlib=libc++ to CFLAGS/LDFLAGS
Although this is a C++ option, some dists like ninja use CFLAGS instead of CXXFLAGS for C++ code, and this becomes even more problematic with XCode 10 which removes libstdc++ entirely.
Please register or sign in to comment