Skip to content

Commit 73c13ef

Browse files
authored
Add clarification in module map generation
1 parent 73f4256 commit 73c13ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0403-swiftpm-mixed-language-targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ header in its public headers directory (`include`).
331331
// This declaration is either copied from the custom module map or generated
332332
// via the rules from SE-0038.
333333
module MixedTarget {
334-
umbrella header "MixedTarget.h"
334+
umbrella header "/Users/crusty/Developer/MixedTarget/Sources/MixedTarget/include/MixedTarget.h"
335335
export *
336336
}
337-
// This is added on by the package manager.
337+
// This is added on by the package manager as part of this proposal.
338338
module MixedTarget.Swift {
339339
header "MixedTarget-Swift.h"
340340
requires objc

0 commit comments

Comments
 (0)