We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945dc39 commit 7a5d634Copy full SHA for 7a5d634
1 file changed
rules/proto_compile.bzl
@@ -211,6 +211,7 @@ def _proto_compile_impl(ctx):
211
# Add plugin runfiles if plugin has a tool
212
if plugin_tool:
213
tools.append(plugin_tool)
214
+ tools.append(plugin.tool_target[DefaultInfo].files_to_run)
215
216
# If Windows, mangle the path.
217
plugin_tool_path = plugin_tool.path
0 commit comments