Skip to content

Commit

Permalink
Remove ARM architecture on Windows
Browse files Browse the repository at this point in the history
ARM64 remains, no worries.
  • Loading branch information
botder committed Feb 7, 2024
1 parent e647676 commit 5fe3575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions premake5.lua
Expand Up @@ -27,6 +27,8 @@ workspace "MTASA"

if os.host() == "macosx" then
platforms { "x64" }
elseif os.host() == "windows" then
platforms { "x86", "x64", "arm64" }
else
platforms { "x86", "x64", "arm", "arm64" }
end
Expand Down

0 comments on commit 5fe3575

Please sign in to comment.