We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3391e03 commit 9b0db91Copy full SHA for 9b0db91
bazel/emscripten_toolchain/BUILD.bazel
@@ -43,6 +43,15 @@ filegroup(
43
],
44
)
45
46
+filegroup(
47
+ name = "all_files",
48
+ srcs = [
49
+ ":ar_files",
50
+ ":compiler_files",
51
+ ":linker_files",
52
+ ],
53
+)
54
+
55
filegroup(name = "empty")
56
57
# dlmalloc.bc is implictly added by the emscripten toolchain
@@ -61,7 +70,7 @@ emscripten_cc_toolchain_config_rule(
61
70
62
71
cc_toolchain(
63
72
name = "cc-compiler-wasm",
64
- all_files = ":empty",
73
+ all_files = ":all_files",
65
74
ar_files = ":ar_files",
66
75
as_files = ":empty",
67
76
compiler_files = ":compiler_files",
0 commit comments