Skip to content

Commit

Permalink
Merge pull request #924 from mitza-oci/gnuace-custom-postbuild
Browse files Browse the repository at this point in the history
gnuace: custom-only project's postbuild needs to run after other steps
  • Loading branch information
mitza-oci committed Jun 13, 2019
2 parents edc04ee + 1e330d9 commit ac55bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ACE/bin/MakeProjectCreator/templates/gnu.mpd
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ __postbuild__: $(VBIN) $(INSTALL)
<%else%>
<%if(sharedname || staticname)%>
__postbuild__: $(VLIBS) $(INSTALL)
<%else%>
__postbuild__: $(GENERATED_DIRTY)
<%endif%>
<%endif%>

Expand Down

0 comments on commit ac55bf6

Please sign in to comment.