Skip to content

Commit 0b95079

Browse files
authored
Fix Swift module map regression (#7526)
1 parent d083ce3 commit 0b95079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ struct FrameworkBuilder {
475475
// some cases.
476476
if makeSwiftModuleMap(thinFrameworks: frameworks,
477477
destination: destination,
478-
buildingCarthage: true) {
478+
buildingCarthage: buildingCarthage) {
479479
return buildingCarthage
480480
}
481481
// Copy the module map to the destination.

0 commit comments

Comments
 (0)