未验证 提交 5b683e20 编写于 作者: R Radek Doulik 提交者: GitHub

[wasm] Copy icu libs to runtime pack (#50991)

On Windows we were missing native icu libs in the runtime pack.
上级 bc9f00c2
......@@ -226,7 +226,7 @@
DestinationFolder="$(MicrosoftNetCoreAppRuntimePackNativeDir)src"
SkipUnchangedFiles="true" />
<Copy SourceFiles="@(IcuDataFiles)"
<Copy SourceFiles="@(IcuDataFiles);@(ICULibNativeFiles)"
DestinationFolder="$(MicrosoftNetCoreAppRuntimePackNativeDir)"
SkipUnchangedFiles="true" />
</Target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册