Skip to content

Commit

Permalink
Set an empty tools_data attribute for boost (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah authored Oct 28, 2023
1 parent b3dc43d commit bf8a7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foreign_cc/boost_build.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bf8a7c2

Please sign in to comment.