aboutsummaryrefslogtreecommitdiff
path: root/proto/prost/private/3rdparty/crates/BUILD.libc-0.2.146.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'proto/prost/private/3rdparty/crates/BUILD.libc-0.2.146.bazel')
-rw-r--r--proto/prost/private/3rdparty/crates/BUILD.libc-0.2.146.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/prost/private/3rdparty/crates/BUILD.libc-0.2.146.bazel b/proto/prost/private/3rdparty/crates/BUILD.libc-0.2.146.bazel
index d29d747f..7eeb56b3 100644
--- a/proto/prost/private/3rdparty/crates/BUILD.libc-0.2.146.bazel
+++ b/proto/prost/private/3rdparty/crates/BUILD.libc-0.2.146.bazel
@@ -166,7 +166,7 @@ rust_library(
)
cargo_build_script(
- name = "libc_build_script",
+ name = "libc_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -283,6 +283,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":libc_build_script",
+ actual = ":libc_bs",
tags = ["manual"],
)