Set an empty tools_data attribute for boost (#1112)
This commit is contained in:
parent
b3dc43d70a
commit
bf8a7c2951
|
@ -15,6 +15,7 @@ def _boost_build_impl(ctx):
|
|||
ctx.attr,
|
||||
configure_name = "BoostBuild",
|
||||
create_configure_script = _create_configure_script,
|
||||
tools_data = [],
|
||||
)
|
||||
return cc_external_rule_impl(ctx, attrs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue