Skip to content

Commit 6b34409

Browse files
committed
macOS: remove x86 proejct
1 parent 8170c5a commit 6b34409

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

premake5.lua

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ GLIBC_COMPAT = os.getenv("GLIBC_COMPAT") == "true"
1616

1717
workspace "MTASA"
1818
configurations {"Debug", "Release", "Nightly"}
19+
1920
platforms { "x86", "x64"}
20-
targetprefix ("")
21-
21+
if os.host() == "macosx" then
22+
removeplatforms { "x86" }
23+
end
24+
25+
targetprefix ""
26+
2227
location "Build"
2328
startproject "Client Launcher"
2429

0 commit comments

Comments
 (0)