Skip to content

Commit

Permalink
Merge pull request swiftlang#19 from compnerd/icu-location
Browse files Browse the repository at this point in the history
Windows: correct ICU location
  • Loading branch information
compnerd authored Aug 6, 2021
2 parents 75a6b85 + 754e260 commit bbd9d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platforms/Windows/icu.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<!-- Components -->
<DirectoryRef Id="ICU_USR_BIN">
<Component Id="ICU_RUNTIME" Guid="77a97eb2-4a5c-4d85-9fb7-692fd37d9b68">
<File Id="ICUDT" Source="$(var.ICU_ROOT)\Library\icu-$(var.ProductVersionMajor)\usr\bin\icudt$(var.ProductVersionMajor).dll" Checksum="yes" />
<File Id="ICUIN" Source="$(var.ICU_ROOT)\Library\icu-$(var.ProductVersionMajor)\usr\bin\icuin$(var.ProductVersionMajor).dll" Checksum="yes" />
<File Id="ICUUC" Source="$(var.ICU_ROOT)\Library\icu-$(var.ProductVersionMajor)\usr\bin\icuuc$(var.ProductVersionMajor).dll" Checksum="yes" />
<File Id="ICUDT" Source="$(var.ICU_ROOT)\Library\icu-$(var.ProductVersion)\usr\bin\icudt$(var.ProductVersionMajor).dll" Checksum="yes" />
<File Id="ICUIN" Source="$(var.ICU_ROOT)\Library\icu-$(var.ProductVersion)\usr\bin\icuin$(var.ProductVersionMajor).dll" Checksum="yes" />
<File Id="ICUUC" Source="$(var.ICU_ROOT)\Library\icu-$(var.ProductVersion)\usr\bin\icuuc$(var.ProductVersionMajor).dll" Checksum="yes" />
</Component>
</DirectoryRef>

Expand Down

0 comments on commit bbd9d3d

Please sign in to comment.