Skip to content

Commit 3b11c37

Browse files
committed
[windows] add _CompilerSwiftIfConfig dependency to the swift-syntax installer step
swiftlang/swift#75014 added the new dependency, that the swift compiler depends on, and thus we need to make sure that this DLL is installed
1 parent 4105823 commit 3b11c37

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
@@ -387,6 +387,9 @@
387387
<Component>
388388
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftIDEUtils.dll" />
389389
</Component>
390+
<Component>
391+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftIfConfig.dll" />
392+
</Component>
390393
<Component>
391394
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftOperators.dll" />
392395
</Component>

0 commit comments

Comments
 (0)