Skip to content

Commit

Permalink
Update rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Feb 18, 2017
1 parent 8db54f9 commit 755ed15
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
{"freebsd", "priv/kqueue", ["c_src/bsd/*.c"]}
]}.

{plugins, [pc, rebar3_hex]}.
{provider_hooks, [
{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}
]}.
% {plugins, [pc, rebar3_hex]}.
%{provider_hooks, [
% {pre, [
% {compile, {pc, compile}},
% {clean, {pc, clean}}
% ]}
%]}.

%{pre_hooks, [
% {"win32", compile, "make -f c_src/windows/Makefile"},
% {"win32", clean, "make -f c_src/windows/Makefile clean"}
Expand Down

0 comments on commit 755ed15

Please sign in to comment.