Update emscripten-releases tags, and update Bazel include paths to match the new clang version number.
This commit is contained in:
Derek Schuff
2022-02-14 15:12:25 -08:00
committed by GitHub
parent bc6209b6dc
commit d7d8fef23e
3 changed files with 12 additions and 3 deletions

View File

@@ -911,7 +911,7 @@ def _impl(ctx):
"-iwithsysroot" + "/include/compat",
"-iwithsysroot" + "/include",
"-isystem",
emscripten_dir + "/lib/clang/14.0.0/include",
emscripten_dir + "/lib/clang/15.0.0/include",
],
),
# Inputs and outputs
@@ -1073,7 +1073,7 @@ def _impl(ctx):
emscripten_dir + "/emscripten/cache/sysroot/include/c++/v1",
emscripten_dir + "/emscripten/cache/sysroot/include/compat",
emscripten_dir + "/emscripten/cache/sysroot/include",
emscripten_dir + "/lib/clang/14.0.0/include",
emscripten_dir + "/lib/clang/15.0.0/include",
]
artifact_name_patterns = []