3.1.4 (#988)
Update emscripten-releases tags, and update Bazel include paths to match the new clang version number.
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user