This commit is contained in:
Jeffery Myers 2024-08-14 18:01:58 -07:00
parent 3f023baa2f
commit 439b53c74d
3 changed files with 10 additions and 7 deletions

View file

@ -56,9 +56,9 @@ end
workspaceName = 'MyGame'
baseName = path.getbasename(path.getdirectory(os.getcwd()));
if (baseName ~= 'raylib-quickstart') then
--if (baseName ~= 'raylib-quickstart') then
workspaceName = baseName
end
--end
if (os.isdir('build_files') == false) then
os.mkdir('build_files')