Skip to content

Commit d3be0c7

Browse files
authored
WiX: Package SwiftIfConfig.dll
This DLL is now a required part of the build.
1 parent f94bdcd commit d3be0c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/bld/bld.wxi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@
485485
<Component>
486486
<File Source="$(ToolchainRoot)\usr\bin\SwiftIDEUtils.dll" />
487487
</Component>
488+
<Component>
489+
<File Source="$(ToolchainRoot)\usr\bin\SwiftIfConfig.dll" />
490+
</Component>
488491
<Component>
489492
<File Source="$(ToolchainRoot)\usr\bin\SwiftLibraryPluginProvider.dll" />
490493
</Component>

0 commit comments

Comments
 (0)