Skip to content

Commit 4b1efc8

Browse files
committed
WiX: add SwiftIDEUtils.dll to the image
This adds an additional DLL to the image. The compiler is now able to vend enough of the swift-syntax library to enable building the LSP without adding a second copy of the parser. This shaves ~6MiB off of the LSP binary.
1 parent 9936eaf commit 4b1efc8

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
@@ -342,6 +342,9 @@
342342
<Component>
343343
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftDiagnostics.dll" />
344344
</Component>
345+
<Component>
346+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftIDEUtils.dll" />
347+
</Component>
345348
<Component>
346349
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\SwiftOperators.dll" />
347350
</Component>

0 commit comments

Comments
 (0)