Skip to content

Commit 59a43f8

Browse files
committed
Exclude ARM from GLIBC_COMPAT
1 parent 8b5ee97 commit 59a43f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ workspace "MTASA"
6666
copy = function(p) return "{COPY} %{cfg.buildtarget.abspath} \"%{wks.location}../Bin/"..p.."/\"" end
6767

6868
if GLIBC_COMPAT then
69-
filter { "system:linux" }
69+
filter { "system:linux", "platforms:x86 or x64" }
7070
includedirs "/compat"
7171
linkoptions "-static-libstdc++ -static-libgcc"
7272
forceincludes { "glibc_version.h" }

0 commit comments

Comments
 (0)