Skip to content

Commit

Permalink
fix gmake2_utility to output postbuild/prebuild commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom van Dijck committed Nov 30, 2017
1 parent 1579d7d commit ccc6e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

filter "configurations:Debug"
targetdir "bin/debug"
debugargs { "--scripts=.", "test" }
debugargs { "--scripts=%{prj.location}/%{path.getrelative(prj.location, prj.basedir)}", "test" }
debugdir "."

filter "configurations:Release"
Expand Down

0 comments on commit ccc6e10

Please sign in to comment.