Skip to content

Commit 5f49c9f

Browse files
committed
[Dependency Scanning] Fix modulemap module name for the _InternalSwiftScan module.
1 parent f91c8a8 commit 5f49c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module _InternalDependencyScan {
1+
module _InternalSwiftScan {
22
header "DependencyScan.h"
3-
link "_InternalDependencyScan"
3+
link "_InternalSwiftScan"
44
}

0 commit comments

Comments
 (0)