Skip to content

Commit

Permalink
Support building on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
larshesel committed Nov 9, 2018
1 parent bc30c2c commit 751961c
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
Expand Up @@ -14,6 +14,7 @@

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

{post_hooks, [{clean, "c_src/build_deps.sh clean"}]}.

0 comments on commit 751961c

Please sign in to comment.