We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7732c5 commit 2ecee64Copy full SHA for 2ecee64
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_lib">
41
+ <File Source="$(TOOLCHAIN_ROOT)\usr\lib\SwiftSourceKitClientPlugin.dll" />
42
+ </Component>
43
+
44
45
46
47
48
<Component Directory="_usr_include_SourceKit">
49
<File Source="$(TOOLCHAIN_ROOT)\usr\include\SourceKit\sourcekitd.h" />
50
0 commit comments