Set an empty tools_data attribute for boost (#1112)

This commit is contained in:
Attila Oláh 2023-10-29 00:11:02 +02:00 committed by GitHub
parent b3dc43d70a
commit bf8a7c2951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ def _boost_build_impl(ctx):
ctx.attr, ctx.attr,
configure_name = "BoostBuild", configure_name = "BoostBuild",
create_configure_script = _create_configure_script, create_configure_script = _create_configure_script,
tools_data = [],
) )
return cc_external_rule_impl(ctx, attrs) return cc_external_rule_impl(ctx, attrs)