diff --git a/protobuf.bzl b/protobuf.bzl index 9ed7c54a..86c6f251 100644 --- a/protobuf.bzl +++ b/protobuf.bzl @@ -81,6 +81,7 @@ _proto_gen = rule( "deps": attr.label_list(providers = ["proto"]), "includes": attr.string_list(), "protoc": attr.label( + cfg = HOST_CFG, executable = True, single_file = True, mandatory = True,