Final debugargs/debugdir fix.
This commit is contained in:
parent
5683010f7c
commit
74adb3e727
@ -152,8 +152,8 @@
|
||||
|
||||
configuration "Debug"
|
||||
targetdir "bin/debug"
|
||||
debugargs { "--scripts=%{prj.location} test"}
|
||||
debugdir "%{prj.location}"
|
||||
debugargs { "--scripts=%{prj.location}/%{path.getrelative(prj.location, prj.basedir)} test"}
|
||||
debugdir "%{path.getrelative(prj.location, prj.basedir)}"
|
||||
|
||||
configuration "Release"
|
||||
targetdir "bin/release"
|
||||
|
Loading…
Reference in New Issue
Block a user