Skip to content

Commit 7ff716c

Browse files
committed
Install the SourceKit plugin into Windows toolchains
Install the SourceKit plugin, added by swiftlang/sourcekit-lsp#1906 into the Windows toolchains. rdar://142909870
1 parent c7732c5 commit 7ff716c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

platforms/Windows/ide/ide.wxs

+8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\sourcekitdInProc.lib" />
3838
</Component>
3939

40+
<Component Directory="_usr_bin">
41+
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\SwiftSourceKitPlugin.dll" />
42+
</Component>
43+
44+
<Component Directory="_usr_bin">
45+
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\SwiftSourceKitClientPlugin.dll" />
46+
</Component>
47+
4048
<Component Directory="_usr_include_SourceKit">
4149
<File Source="$(TOOLCHAIN_ROOT)\usr\include\SourceKit\sourcekitd.h" />
4250
</Component>

0 commit comments

Comments
 (0)