Fix released protoc path

PiperOrigin-RevId: 514551233
pull/12165/head
Mike Kruskal 2 years ago
parent f6c0767a28
commit b3733bfc74
  1. 1
      pkg/BUILD.bazel

@ -68,6 +68,7 @@ pkg_files(
name = "protoc_files", name = "protoc_files",
srcs = ["bin/protoc"], srcs = ["bin/protoc"],
attributes = pkg_attributes(mode = "0555"), attributes = pkg_attributes(mode = "0555"),
prefix = "bin/",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
) )

Loading…
Cancel
Save