Skip to content

Commit

Permalink
fix(net5): Enable ICU by default when using AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Dec 1, 2020
1 parent 08fdea9 commit 42d8bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Packager/packager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ int Run (string[] args) {

if (is_netcore)
{
if (!enable_aot && opts.EnableICU)
if (opts.EnableICU)
{
foreach (var icudat in Directory.EnumerateFiles(wasm_runtime_dir))
{
Expand Down

0 comments on commit 42d8bf4

Please sign in to comment.