Skip to content

Commit 9db7407

Browse files
authored
WiX: package SwiftSDKCommand.dll for SPM
Add missing `SwiftSDKCommand.dll` to the SPM distribution on Windows. This is required for the `swift sdk` command to function.
1 parent 89b27be commit 9db7407

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
@@ -708,6 +708,9 @@
708708
<Component>
709709
<File Source="$(ToolchainRoot)\usr\bin\SPMBuildCore.dll" />
710710
</Component>
711+
<Component>
712+
<File Source="$(ToolchainRoot)\usr\bin\SwiftSDKCommand.dll" />
713+
</Component>
711714
<Component>
712715
<File Source="$(ToolchainRoot)\usr\bin\Workspace.dll" />
713716
</Component>

0 commit comments

Comments
 (0)