Skip to content

Commit 5b683e2

Browse files
authored
[wasm] Copy icu libs to runtime pack (#50991)
On Windows we were missing native icu libs in the runtime pack.
1 parent bc9f00c commit 5b683e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasm/wasm.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
DestinationFolder="$(MicrosoftNetCoreAppRuntimePackNativeDir)src"
227227
SkipUnchangedFiles="true" />
228228

229-
<Copy SourceFiles="@(IcuDataFiles)"
229+
<Copy SourceFiles="@(IcuDataFiles);@(ICULibNativeFiles)"
230230
DestinationFolder="$(MicrosoftNetCoreAppRuntimePackNativeDir)"
231231
SkipUnchangedFiles="true" />
232232
</Target>

0 commit comments

Comments
 (0)