Skip to content

Commit

Permalink
Add additional_linker_inputs support for apple_test_assembler.bzl (#…
Browse files Browse the repository at this point in the history
…2656)

This is required when adding custom `linkopts` which depend on a file
  • Loading branch information
luispadron authored Mar 2, 2025
1 parent ec9d864 commit ee1f737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apple/internal/testing/apple_test_assembler.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ _BUNDLE_ATTRS = {
x: None
for x in [
"additional_contents",
"additional_linker_inputs",
"deps",
"base_bundle_id",
"bundle_id",
Expand Down

0 comments on commit ee1f737

Please sign in to comment.