Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Dec 31, 2024
1 parent 30d8146 commit 77c2575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mobile/CopyState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class CopyState extends MusicBeatState
{
case "armv7" | "armv7l" | "armv8l":
archPrefix = "armv7a";
case "arm64" | "aarch64" | "armv8" | :
case "arm64" | "aarch64" | "armv8":
archPrefix = "aarch64";
case "x86" | "i386" | "i686":
archPrefix = "x86";
Expand Down

0 comments on commit 77c2575

Please sign in to comment.