We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5ee97 commit 59a43f8Copy full SHA for 59a43f8
premake5.lua
@@ -66,7 +66,7 @@ workspace "MTASA"
66
copy = function(p) return "{COPY} %{cfg.buildtarget.abspath} \"%{wks.location}../Bin/"..p.."/\"" end
67
68
if GLIBC_COMPAT then
69
- filter { "system:linux" }
+ filter { "system:linux", "platforms:x86 or x64" }
70
includedirs "/compat"
71
linkoptions "-static-libstdc++ -static-libgcc"
72
forceincludes { "glibc_version.h" }
0 commit comments