* 3.1.18

* Update LLVM include path in Bazel files
This commit is contained in:
Derek Schuff
2022-08-01 12:52:09 -07:00
committed by GitHub
parent 5ad3ff05a7
commit 26a0dea0d3
4 changed files with 13 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ filegroup(
"emscripten/cache/sysroot/include/c++/v1/**",
"emscripten/cache/sysroot/include/compat/**",
"emscripten/cache/sysroot/include/**",
"lib/clang/15.0.0/include/**",
"lib/clang/16.0.0/include/**",
]),
)