Skip to content

Commit c140d54

Browse files
authored
Merge pull request #324 from swiftlang/github/eng/fix-ifconfig-dep
[windows] add _CompilerSwiftIfConfig dependency to the swift-syntax i…
2 parents 4105823 + 3b11c37 commit c140d54

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)