Skip to content

Commit b303e45

Browse files
committed
WiX: remove SystemPackage from toolchain distribution
This library is able to be internalised into the SPM libraries that are using it. As this is a single use library, this overall helps reduce the size of the distribution and requires fewer libraries to be distributed.
1 parent 25805e0 commit b303e45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

platforms/Windows/cli/cli.wxs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@
131131
</Component>
132132
</ComponentGroup>
133133

134-
<ComponentGroup Id="system" Directory="_usr_bin">
135-
<Component>
136-
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SystemPackage.dll" />
137-
</Component>
138-
</ComponentGroup>
139-
140134
<ComponentGroup Id="CompilerPluginSupport" Directory="_usr_lib_swift_pm_ManifestAPI">
141135
<Component>
142136
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\swift\pm\ManifestAPI\CompilerPluginSupport.dll" />
@@ -266,7 +260,6 @@
266260

267261
<ComponentGroupRef Id="collections" />
268262
<ComponentGroupRef Id="llbuild" />
269-
<ComponentGroupRef Id="system" />
270263
<ComponentGroupRef Id="package_manager" />
271264

272265
<ComponentGroupRef Id="DocC" />

0 commit comments

Comments
 (0)