Skip to content

Commit 5b01d5e

Browse files
committed
Add Xcode version 17.0.0 to system include paths
Signed-off-by: Roberto Raggi <[email protected]>
1 parent 6f03158 commit 5b01d5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/cxx/macos_toolchain.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ void MacOSToolchain::addSystemIncludePaths() {
4949
addSystemIncludePath(std::format("{}/usr/include", platformPath_));
5050

5151
std::vector<std::string_view> versions{
52+
"17.0.0",
5253
"16.0.0",
5354
"15.0.0",
5455
};

0 commit comments

Comments
 (0)