Skip to content

Commit

Permalink
Use gmake on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
arpunk committed Aug 22, 2016
1 parent 197bb3c commit f742c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{erl_opts, [debug_info]}.
{deps, []}.

{pre_hooks, [{compile, "make -C c_src/"}]}.
{pre_hooks, [{"(linux|darwin|solaris)", compile, "make -C c_src/"},
{"(freebsd)", compile, "gmake -C c_src/"}]}.

0 comments on commit f742c95

Please sign in to comment.