Final debugargs/debugdir fix.

This commit is contained in:
Tom van Dijck 2016-02-25 14:22:07 -08:00
parent 5683010f7c
commit 74adb3e727

View File

@ -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"