aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.91.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.91.bazel')
-rw-r--r--wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.91.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.91.bazel b/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.91.bazel
index be5c1fc0..b4e5460d 100644
--- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.91.bazel
+++ b/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.91.bazel
@@ -94,7 +94,7 @@ rust_library(
)
cargo_build_script(
- name = "wasm-bindgen_build_script",
+ name = "wasm-bindgen_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -135,6 +135,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":wasm-bindgen_build_script",
+ actual = ":wasm-bindgen_bs",
tags = ["manual"],
)