Skip to content

Commit f5078d6

Browse files
committed
fix: Path to macOS toolchain
1 parent cac00e3 commit f5078d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/cxx/macos_toolchain.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void MacOSToolchain::addSystemIncludePaths() {
3737

3838
addSystemIncludePath(
3939
"/Applications/Xcode.app/Contents/Developer/Toolchains/"
40-
"XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/include");
40+
"XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/include");
4141
}
4242

4343
void MacOSToolchain::addSystemCppIncludePaths() {

0 commit comments

Comments
 (0)