Skip to content

Commit

Permalink
copy pasta:
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 5, 2024
1 parent 482263b commit 38dcbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apple/internal/linking_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ def _link_multi_arch_binary(
if legacy_linking_function:
return legacy_linking_function(
ctx = ctx,
avoid_deps = all_avoid_deps,
extra_linkopts = linkopts,
extra_link_inputs = link_inputs,
avoid_deps = avoid_deps,
extra_linkopts = extra_linkopts,
extra_link_inputs = extra_link_inputs,
stamp = stamp,
)

Expand Down

0 comments on commit 38dcbb1

Please sign in to comment.