Skip to content

Commit 5d32745

Browse files
committed
WiX: add InternalCollectionsUtilities to the distribution
This is required with recent changes to SPM. Add the missing library to the toolchain distribution. Fixes: swiftlang#318
1 parent f2ab4c7 commit 5d32745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/cli/cli.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
<Component>
118118
<File Source="$(DEVTOOLS_ROOT)\usr\bin\DequeModule.dll" />
119119
</Component>
120+
<Component>
121+
<File Source="$(DEVTOOLS_ROOT)\usr\bin\InternalCollectionsUtilities.dll" />
122+
</Component>
120123
<Component>
121124
<File Source="$(DEVTOOLS_ROOT)\usr\bin\OrderedCollections.dll" />
122125
</Component>

0 commit comments

Comments
 (0)