don't include the external folder in the include dirs for the game app.

This commit is contained in:
Jeffery Myers
2025-11-18 09:13:38 -08:00
parent b2dc71485f
commit fa62bf5df2

View File

@@ -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()