From c8fd6040ac34c48a44494d4a8bf1e5a7ca0bb123 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Tue, 21 Oct 2025 08:45:16 -0700 Subject: [PATCH] add option to link static --- build/premake5.lua | 2 ++ 1 file changed, 2 insertions(+) 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