Skip to content

Commit 836ad82

Browse files
authored
Add missing load statement for proto_library (#68)
Signed-off-by: Adin Cebic <[email protected]>
1 parent 8faa71e commit 836ad82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protoc/private/prebuilt_protoc_toolchain.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def _prebuilt_protoc_repo_impl(rctx):
6060
package(default_visibility = ["//visibility:public"])
6161
6262
load("@rules_proto//proto:proto_toolchain.bzl", "proto_toolchain")
63+
load("@rules_proto//proto:defs.bzl", "proto_library")
6364
6465
proto_toolchain(
6566
name = "prebuilt_protoc_toolchain",

0 commit comments

Comments
 (0)