Skip to content

Commit

Permalink
[wasm] Copy icu libs to runtime pack (#50991)
Browse files Browse the repository at this point in the history
On Windows we were missing native icu libs in the runtime pack.
  • Loading branch information
radekdoulik authored Apr 9, 2021
1 parent bc9f00c commit 5b683e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/wasm.proj
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
DestinationFolder="$(MicrosoftNetCoreAppRuntimePackNativeDir)src"
SkipUnchangedFiles="true" />

<Copy SourceFiles="@(IcuDataFiles)"
<Copy SourceFiles="@(IcuDataFiles);@(ICULibNativeFiles)"
DestinationFolder="$(MicrosoftNetCoreAppRuntimePackNativeDir)"
SkipUnchangedFiles="true" />
</Target>
Expand Down

0 comments on commit 5b683e2

Please sign in to comment.