Skip to content

Commit 345b660

Browse files
committed
[package_manager] Add SourceControl dll
`SourceControl` has been made a shared library in swiftlang/swift-package-manager#8124.
1 parent 4b1a5f3 commit 345b660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/cli/cli.wxs

+3
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@
227227
<Component>
228228
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\PackageModelSyntax.dll" />
229229
</Component>
230+
<Component>
231+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SourceControl.dll" />
232+
</Component>
230233
<Component>
231234
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SPMBuildCore.dll" />
232235
</Component>

0 commit comments

Comments
 (0)