From cd3340ce576b80c815a31beac8586def032a06bd Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Wed, 25 Feb 2026 13:54:12 -0800 Subject: [PATCH] build in the root, so that vscode can find the files --- build/premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/premake5.lua b/build/premake5.lua index 9f86f61..112a5ab 100644 --- a/build/premake5.lua +++ b/build/premake5.lua @@ -170,7 +170,7 @@ if (downloadRaylib) then project (workspaceName) kind "ConsoleApp" - location "build_files/" + location "../" targetdir "../bin/%{cfg.buildcfg}" filter {"system:windows", "configurations:Release", "action:gmake*"} @@ -249,7 +249,7 @@ if (downloadRaylib) then platform_defines() - location "build_files/" + location "../" language "C" targetdir "../bin/%{cfg.buildcfg}"