Use %{prj.location} to make new debug settings more portable
This commit is contained in:
parent
1410c55af7
commit
eaeba51b4e
@ -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"
|
||||
|
Reference in New Issue
Block a user