diff --git a/build/premake5.lua b/build/premake5.lua index c8f4269..d1a73fc 100644 --- a/build/premake5.lua +++ b/build/premake5.lua @@ -168,6 +168,8 @@ if (downloadRaylib) then filter "action:vs*" debugdir "$(SolutionDir)" + filter {"action:gmake*"} -- Uncoment if you need to force StaticLib +-- buildoptions { "-static" } filter{} vpaths