From fa62bf5df26ac17450cf9430e2db41d5535568f6 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Tue, 18 Nov 2025 09:13:38 -0800 Subject: [PATCH] don't include the external folder in the include dirs for the game app. --- build/premake5.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/premake5.lua b/build/premake5.lua index 47594a0..363be92 100644 --- a/build/premake5.lua +++ b/build/premake5.lua @@ -202,8 +202,7 @@ if (downloadRaylib) then cppdialect "C++17" includedirs {raylib_dir .. "/src" } - includedirs {raylib_dir .."/src/external" } - includedirs { raylib_dir .."/src/external/glfw/include" } + flags { "ShadowedVariables"} platform_defines()