Fixed Code::Blocks post-build commands
This commit is contained in:
parent
c0f977ace2
commit
5fca9b101a
@ -67,7 +67,7 @@
|
|||||||
<Add before="<%= premake.esc(v) %>" />
|
<Add before="<%= premake.esc(v) %>" />
|
||||||
<% end %>
|
<% end %>
|
||||||
<% for _,v in ipairs(cfg.postbuildcommands) do %>
|
<% for _,v in ipairs(cfg.postbuildcommands) do %>
|
||||||
<Add before="<%= premake.esc(v) %>" />
|
<Add after="<%= premake.esc(v) %>" />
|
||||||
<% end %>
|
<% end %>
|
||||||
</ExtraCommands>
|
</ExtraCommands>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user