Skip to content

Commit

Permalink
Remove redundant modulemap in swiftc_inputs
Browse files Browse the repository at this point in the history
In #879 we added the extended modulemap to the `swiftc_inputs` below this line. This PR removes the non extended modulemap from being added as an input as we only need the extended version.
  • Loading branch information
luispadron committed Jul 5, 2024
1 parent 1ec546a commit 9310bff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules/library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,6 @@ def apple_library(
})

swiftc_inputs = other_inputs + objc_hdrs + objc_private_hdrs
if module_map:
swiftc_inputs.append(module_map)
if swift_objc_bridging_header:
if swift_objc_bridging_header not in objc_hdrs:
swiftc_inputs.append(swift_objc_bridging_header)
Expand Down

0 comments on commit 9310bff

Please sign in to comment.