We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7732c5 commit 7ff716cCopy full SHA for 7ff716c
platforms/Windows/ide/ide.wxs
@@ -37,6 +37,14 @@
37
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\sourcekitdInProc.lib" />
38
</Component>
39
40
+ <Component Directory="_usr_bin">
41
+ <File Source="$(TOOLCHAIN_ROOT)\usr\lib\SwiftSourceKitPlugin.dll" />
42
+ </Component>
43
+
44
45
+ <File Source="$(TOOLCHAIN_ROOT)\usr\lib\SwiftSourceKitClientPlugin.dll" />
46
47
48
<Component Directory="_usr_include_SourceKit">
49
<File Source="$(TOOLCHAIN_ROOT)\usr\include\SourceKit\sourcekitd.h" />
50
0 commit comments