vscode
This commit is contained in:
parent
3f023baa2f
commit
439b53c74d
3 changed files with 10 additions and 7 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue