Skip to content

Commit 684c8ad

Browse files
committed
Windows: add SwiftSyntaxCDataTypes.h to the toolchain
This repairs the toolchain manifest after swiftlang#39441 which split the header into two files. This ensures that both halves are packaged.
1 parent 9b648e4 commit 684c8ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/Windows/toolchain.wxs

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@
376376
<DirectoryRef Id="USR_INCLUDE__INTERNALSWIFTSYNTAXPARSER">
377377
<Component Id="_INTERNALSWIFTSYNTAXPARSER_HEADERS" Guid="81ae1aef-7471-4637-b0a2-86b6f9def568">
378378
<File Id="SWIFTSYNTAXPARSER_H" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\swift\_InternalSwiftSyntaxParser\SwiftSyntaxParser.h" Checksum="yes" />
379+
<File Id="SWIFTSYNTAXCDATATYPES_H" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\swift\_InternalSwiftSyntaxParser\SwiftSyntaxCDataTypes.h" Checksum="yes" />
379380
<File Id="_INTERNALSWIFTSYNTAXPARSER_MODULE_MODULEMAP" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\swift\_InternalSwiftSyntaxParser\module.modulemap" Checksum="yes" />
380381
</Component>
381382
</DirectoryRef>

0 commit comments

Comments
 (0)