Skip to content

Commit

Permalink
Update HTML5Helper.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 11, 2024
1 parent c940cdd commit 5fae4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lime/tools/HTML5Helper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ class HTML5Helper
{
suffix += "32";
}
else if( System.hostArchitecture == ARMV7)
else if (System.hostArchitecture == ARMV7)
{
suffix += "Arm";
}
else if( System.hostArchitecture == ARM64)
else if (System.hostArchitecture == ARM64)
{
suffix += "Arm64";
}
Expand Down

0 comments on commit 5fae4b9

Please sign in to comment.