Skip to content

Commit 52c108c

Browse files
authored
Windows: add SwiftSyntaxCDataTypes.h to the toolchain
This repairs the toolchain manifest after swiftlang/swift#39441 which split the header into two files. This ensures that both halves are packaged.
1 parent 5ca64c4 commit 52c108c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/Windows/toolchain.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
<DirectoryRef Id="USR_INCLUDE__INTERNALSWIFTSYNTAXPARSER">
315315
<Component Id="_INTERNALSWIFTSYNTAXPARSER_HEADERS" Guid="81ae1aef-7471-4637-b0a2-86b6f9def568">
316316
<File Id="SWIFTSYNTAXPARSER_H" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\swift\_InternalSwiftSyntaxParser\SwiftSyntaxParser.h" Checksum="yes" />
317+
<File Id="SWIFTSYNTAXCDATATYPES_H" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\swift\_InternalSwiftSyntaxParser\SwiftSyntaxCDataTypes.h" Checksum="yes" />
317318
<File Id="_INTERNALSWIFTSYNTAXPARSER_MODULE_MODULEMAP" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\swift\_InternalSwiftSyntaxParser\module.modulemap" Checksum="yes" />
318319
</Component>
319320
</DirectoryRef>

0 commit comments

Comments
 (0)