Skip to content

Commit

Permalink
Update rebar.config to accommodate rebar3 port_compiler.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
  • Loading branch information
blt committed Apr 3, 2015
1 parent 801f9e7 commit d4a0103
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@
]}.

{plugins, [
rebar_gdb_plugin
rebar_gdb_plugin,
{pc, {git, "git@github.com:blt/port_compiler.git", {branch, "blt-rebar_team_feedback_shuffle"}}}
]}.

{provider_hooks,
[
{pre,
[
{compile, {pc, compile}},
{clean, {pc, clean}}
]
}
]
}.

0 comments on commit d4a0103

Please sign in to comment.