fix: builds using preinstalled_make no longer break during pkgconfig (#1307)
This commit is contained in:
parent
07f78a48cf
commit
d03f7ae79d
|
@ -88,7 +88,10 @@ def _pkgconfig_tool_impl(ctx):
|
|||
"%s install" % make_data.path,
|
||||
]
|
||||
|
||||
if make_data.target:
|
||||
additional_tools = depset(transitive = [make_data.target.files])
|
||||
else:
|
||||
additional_tools = depset()
|
||||
|
||||
return built_tool_rule_impl(
|
||||
ctx,
|
||||
|
|
Loading…
Reference in New Issue