Skip to content

Commit

Permalink
Add link stamping to cc_shared_library
Browse files Browse the repository at this point in the history
Adds missing stamp argument to call to `cc_common.link` in
`cc_shared_library`. Fixes bazelbuild#21724
  • Loading branch information
jsharpe committed Apr 22, 2024
1 parent 8105bc0 commit 04fa953
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ def _cc_shared_library_impl(ctx):
actions = ctx.actions,
feature_configuration = feature_configuration,
cc_toolchain = cc_toolchain,
stamp = cc_helper.is_stamping_enabled(ctx),
linking_contexts = [linking_context],
user_link_flags = user_link_flags,
additional_inputs = additional_inputs,
Expand Down

0 comments on commit 04fa953

Please sign in to comment.