Skip to content

Commit

Permalink
Add j2objc fragment to all rules (#2402)
Browse files Browse the repository at this point in the history
This is required since some linking logic moved to starlark

Fixes #2400
  • Loading branch information
keith authored Feb 16, 2024
1 parent afbd131 commit 61dac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/internal/rule_factory.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _create_apple_rule(
cfg = cfg,
doc = doc,
executable = is_executable,
fragments = ["apple", "cpp", "objc"],
fragments = ["apple", "cpp", "objc", "j2objc"],
toolchains = toolchains,
**extra_args
)
Expand Down

0 comments on commit 61dac17

Please sign in to comment.