Use %{prj.location} to make new debug settings more portable

This commit is contained in:
Jason Perkins 2016-02-25 15:21:25 -05:00
parent 1410c55af7
commit eaeba51b4e

View File

@ -152,8 +152,8 @@
configuration "Debug"
targetdir "bin/debug"
debugargs { "--scripts=$(ProjectDir)/%{premake.project.getrelative(prj, prj.basedir)} test"}
debugdir "%{premake.project.getrelative(prj, prj.basedir)}"
debugargs { "--scripts=%{prj.location} test"}
debugdir "%{prj.location}"
configuration "Release"
targetdir "bin/release"