Skip to content

Commit b90fb52

Browse files
committed
Re-added linux include path that was removed by mistake.
1 parent 944c9f4 commit b90fb52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Parser/ParserOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,10 @@ public void SetupLinux(string headersPath="")
260260
AddSystemIncludeDirs($"{headersPath}/usr/include/c++/{version}");
261261
AddSystemIncludeDirs($"{headersPath}/usr/include/c++/{version}/backward");
262262
foreach (var tripple in tripples)
263+
{
264+
AddSystemIncludeDirs($"{headersPath}/usr/include/{tripple}/c++/{version}");
263265
AddSystemIncludeDirs($"{headersPath}/usr/include/c++/{version}/{tripple}");
266+
}
264267
}
265268
}
266269
foreach (var tripple in tripples)

0 commit comments

Comments
 (0)