Skip to content

Commit 2b63925

Browse files
Steelskinbnbarham
authored andcommitted
[package_manager] Add SourceControl dll
`SourceControl` has been made a shared library in swiftlang/swift-package-manager#8124. (cherry picked from commit 345b660)
1 parent 3878d65 commit 2b63925

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="$(DEVTOOLS_ROOT)\usr\bin\PackageModelSyntax.dll" />
229229
</Component>
230+
<Component>
231+
<File Source="$(DEVTOOLS_ROOT)\usr\bin\SourceControl.dll" />
232+
</Component>
230233
<Component>
231234
<File Source="$(DEVTOOLS_ROOT)\usr\bin\SPMBuildCore.dll" />
232235
</Component>

0 commit comments

Comments
 (0)