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 7eecde8 commit 23b3e18Copy full SHA for 23b3e18
bazel/BUILD
@@ -24,12 +24,15 @@ config_setting(
24
],
25
)
26
27
+filegroup(name = "empty")
28
+
29
alias(
30
name = "binaries",
31
actual = select({
32
":linux": "@emscripten_bin_linux//:all",
33
":macos": "@emscripten_bin_mac//:all",
34
":windows": "@emscripten_bin_win//:all",
35
+ "//conditions:default": ":empty",
36
}),
37
38
@@ -39,5 +42,6 @@ alias(
39
42
":linux": "@emscripten_npm_linux//:node_modules",
40
43
":macos": "@emscripten_npm_mac//:node_modules",
41
44
":windows": "@emscripten_npm_win//:node_modules",
45
46
47
0 commit comments