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
This is required when adding custom `linkopts` which depend on a file
  • Loading branch information
luispadron authored Feb 21, 2025
1 parent ec9d864 commit a307e8d
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 a307e8d

Please sign in to comment.