diff --git a/premake5.lua b/premake5.lua index 23d4995e..05cb9a90 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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"