Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jheaff1 committed Oct 7, 2022
1 parent 408e280 commit 14f33ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foreign_cc/private/framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ def cc_external_rule_impl(ctx, attrs):
wrapped_outputs.wrapper_script_file,
]
output_groups[attrs.configure_name + "_logs"] = wrapped_files
print(out_cc_info.linking_context)
return [
DefaultInfo(
files = depset(direct = rule_outputs),
Expand Down

0 comments on commit 14f33ef

Please sign in to comment.