Skip to content

Commit 4579c8c

Browse files
committed
WiX: package SwiftRefactor for sourcekit-lsp
Add the missing dependency for sourcekit-lsp as per #280.
1 parent 3170bd4 commit 4579c8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@
381381
<Component>
382382
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftParserDiagnostics.dll" />
383383
</Component>
384+
<Component>
385+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftRefactor.dll" />
386+
</Component>
384387
<Component>
385388
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftSyntax.dll" />
386389
</Component>

0 commit comments

Comments
 (0)