Update protobuf.bzl for recent versions of Bazel
HOST_CFG has been deprecated in favor of "host".
This commit is contained in:
parent
82809aaebf
commit
8d92ae8bd4
1 changed files with 2 additions and 2 deletions
|
@ -88,13 +88,13 @@ _proto_gen = rule(
|
|||
"deps": attr.label_list(providers = ["proto"]),
|
||||
"includes": attr.string_list(),
|
||||
"protoc": attr.label(
|
||||
cfg = HOST_CFG,
|
||||
cfg = "host",
|
||||
executable = True,
|
||||
single_file = True,
|
||||
mandatory = True,
|
||||
),
|
||||
"grpc_cpp_plugin": attr.label(
|
||||
cfg = HOST_CFG,
|
||||
cfg = "host",
|
||||
executable = True,
|
||||
single_file = True,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue