Skip to content

Commit

Permalink
Add back extended modulemap to swiftc_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Aug 27, 2024
1 parent 69d3cff commit b35b3d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rules/library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ def apple_library(
)
module_map = "%s.extended.modulemap" % name

# We still add the extended modulemap to the swiftc inputs, so that it is
# available to dependents.
swiftc_inputs.append(module_map)

# Note: this needs to go here, in order to virtualize the extended module
framework_vfs_overlay(
name = framework_vfs_overlay_name,
Expand Down

0 comments on commit b35b3d7

Please sign in to comment.