Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 834f04d

Browse files
compnerdhyp
authored andcommittedJul 30, 2024
WiX: add InternalCollectionsUtilities to the distribution
This is required with recent changes to SPM. Add the missing library to the toolchain distribution. Fixes: #318
1 parent f2ab4c7 commit 834f04d

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)
Please sign in to comment.