diff --git a/premake5.lua b/premake5.lua index 7a97f61d1d..0d748e4180 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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