fix(build config): debugdir for Game project is now game/ directory
This commit is contained in:
parent
d57bc1e4e2
commit
0ccdc8c5d0
|
@ -3,6 +3,7 @@ project "Game"
|
|||
language "C"
|
||||
staticruntime "Off"
|
||||
targetdir "bin/%{cfg.buildcfg}"
|
||||
debugdir "."
|
||||
|
||||
defines { "VMATH_SDL" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue