Loading
cc-wrapper: always include libc++ in the search path
The libc++ headers are expected to be found in the sysroot when `clang` is invoked for C++ code. Always making them available improves compatibility with build systems like Bazel and SwiftPM, which try to compile C++ code with `clang`.