Merge pull request #2100 from vladmos/patch-1
Compatibility with the new version of Bazel.
This commit is contained in:
commit
4f032cd9af
1 changed files with 2 additions and 2 deletions
|
@ -99,13 +99,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,
|
||||
),
|
||||
"plugin": attr.label(
|
||||
cfg = HOST_CFG,
|
||||
cfg = "host",
|
||||
allow_files = True,
|
||||
executable = True,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue