Skip to content

Commit

Permalink
Advertise CcInfo provider (#1118)
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Zulawski <[email protected]>
  • Loading branch information
calebzulawski and calebzulawski authored Nov 10, 2023
1 parent bf8a7c2 commit 0258d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foreign_cc/configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ configure_make = rule(
attrs = _attrs(),
fragments = CC_EXTERNAL_RULE_FRAGMENTS,
output_to_genfiles = True,
provides = [CcInfo],
implementation = _configure_make,
toolchains = [
"@rules_foreign_cc//toolchains:autoconf_toolchain",
Expand Down

0 comments on commit 0258d35

Please sign in to comment.