Skip to content

Commit bf8a7c2

Browse files
authored
Set an empty tools_data attribute for boost (#1112)
1 parent b3dc43d commit bf8a7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foreign_cc/boost_build.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def _boost_build_impl(ctx):
1515
ctx.attr,
1616
configure_name = "BoostBuild",
1717
create_configure_script = _create_configure_script,
18+
tools_data = [],
1819
)
1920
return cc_external_rule_impl(ctx, attrs)
2021

0 commit comments

Comments
 (0)