Also update emscripten include dir to v18, and change 17 to wildcard in emscripten deps
This commit is contained in:
Derek Schuff
2023-08-23 10:27:26 -07:00
committed by GitHub
parent 350c19a36c
commit c8dcb45665
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/17/include/**",
"lib/clang/**/include/**",
]),
)