Skip to content

Commit d76bcae

Browse files
authored
Merge pull request #314 from parkera/parkera/update-for-swift-foundation-6
[6.0] Update Windows/Android installer scripts for swift-foundation re-core
2 parents 9fc27b2 + 6905cb8 commit d76bcae

File tree

2 files changed

+701
-7
lines changed

2 files changed

+701
-7
lines changed

platforms/Windows/rtl/lib/rtllib.wxs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
</ComponentGroup>
7575

7676
<ComponentGroup Id="Foundation_$(ProductArchitecture)" Directory="RUNTIMEDIR_$(ProductArchitecture)">
77+
<Component>
78+
<File Source="$(SDK_ROOT)\usr\bin\_FoundationICU.dll" />
79+
</Component>
80+
<Component>
81+
<File Source="$(SDK_ROOT)\usr\bin\FoundationEssentials.dll" />
82+
</Component>
83+
<Component>
84+
<File Source="$(SDK_ROOT)\usr\bin\FoundationInternationalization.dll" />
85+
</Component>
7786
<Component>
7887
<File Source="$(SDK_ROOT)\usr\bin\Foundation.dll" />
7988
</Component>

0 commit comments

Comments
 (0)