Skip to content

Commit

Permalink
Rebase on 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejameson committed Aug 13, 2024
1 parent 6b52eaf commit 80ccb86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rules/library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,11 @@ def apple_library(
generated_swift_header_name = module_name + "-Swift.h"

if module_map:
# NOTE(nmj): Need to make sure that both the extended and the regular
# modulemap are included as inputs, otherwise swiftc compilation
# will fail.
swiftc_inputs.append(module_map)

extend_modulemap(
name = module_map + ".extended." + name,
destination = "%s.extended.modulemap" % name,
Expand Down

0 comments on commit 80ccb86

Please sign in to comment.