Skip to content

Commit c7732c5

Browse files
authored
Merge pull request #360 from rintaro/windows-compilerswiftlexicallookup
[Windows] Add '_CompilerSwiftLexicalLookup.dll'
2 parents 6cecc7c + 38dc64c commit c7732c5

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
@@ -405,6 +405,9 @@
405405
<Component>
406406
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftIfConfig.dll" />
407407
</Component>
408+
<Component>
409+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftLexicalLookup.dll" />
410+
</Component>
408411
<Component>
409412
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\_CompilerSwiftOperators.dll" />
410413
</Component>

0 commit comments

Comments
 (0)