Skip to content

Commit

Permalink
Remove apple_common.new_objc_provider; it causes rules_* to try to ge…
Browse files Browse the repository at this point in the history
…nerate a swift module map
  • Loading branch information
nataliejameson committed Aug 13, 2024
1 parent 1343d34 commit 6b52eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/static_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def _cc_headers_symlinks_impl(ctx):
return [
DefaultInfo(files = output_depset),
CcInfo(compilation_context = compilation_context),
apple_common.new_objc_provider(),
]

cc_headers_symlinks = rule(
Expand Down

0 comments on commit 6b52eaf

Please sign in to comment.