Skip to content

Commit 7a5d634

Browse files
committed
Include files_to_run of plugin tool
1 parent 945dc39 commit 7a5d634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/proto_compile.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def _proto_compile_impl(ctx):
211211
# Add plugin runfiles if plugin has a tool
212212
if plugin_tool:
213213
tools.append(plugin_tool)
214+
tools.append(plugin.tool_target[DefaultInfo].files_to_run)
214215

215216
# If Windows, mangle the path.
216217
plugin_tool_path = plugin_tool.path

0 commit comments

Comments
 (0)