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 d6f776b commit afc9d62Copy full SHA for afc9d62
BUILD.bazel
@@ -10,7 +10,8 @@ exports_files(srcs = [
10
11
nodejs_binary(
12
name = "js-toxcore-c",
13
- data = glob(["lib/*.js"]), # + ["@npm//ref-napi"],
+ data = glob(["lib/*.js"]), # + ["@npm//ref-napi"],
14
entry_point = "lib/main.js",
15
+ tags = ["no-cross"],
16
visibility = ["//visibility:public"],
17
)
0 commit comments