Skip to content

Commit 5fe3575

Browse files
committed
Remove ARM architecture on Windows
ARM64 remains, no worries.
1 parent e647676 commit 5fe3575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ workspace "MTASA"
2727

2828
if os.host() == "macosx" then
2929
platforms { "x64" }
30+
elseif os.host() == "windows" then
31+
platforms { "x86", "x64", "arm64" }
3032
else
3133
platforms { "x86", "x64", "arm", "arm64" }
3234
end

0 commit comments

Comments
 (0)