Skip to content

Commit

Permalink
Added post-compile-hook to solve bad piqi.app file
Browse files Browse the repository at this point in the history
  • Loading branch information
azynheira committed May 25, 2012
1 parent 4448f3e commit f90927d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebar.config
Expand Up @@ -26,6 +26,8 @@
{'clean', "make -C src -f Makefile.piqi clean"}, {'clean', "make -C src -f Makefile.piqi clean"},
{'clean', "rm -f src include"}, {'clean', "rm -f src include"},
{'clean', "ln -s fake_src src"}, {'clean', "ln -s fake_src src"},
{compile, "cp $REBAR_DEPS_DIR/piqi_src/piqi-erlang/ebin/piqi.app ebin/"},



{'delete-deps', "rm -f src include"}, {'delete-deps', "rm -f src include"},
{'delete-deps', "ln -s fake_src src"} {'delete-deps', "ln -s fake_src src"}
Expand Down

0 comments on commit f90927d

Please sign in to comment.