Skip to content
Snippets Groups Projects
Commit a7fbfbd5 authored by arpunk's avatar arpunk
Browse files

Use gmake for FreeBSD in the rebar pre_hook configuration

parent 7bf9f242
No related branches found
No related tags found
No related merge requests found
{erl_opts, [debug_info]}.
{pre_hooks, [
{compile, "make -C c_src"},
{clean, "make -C c_src clean"}
{pre_hooks, [{"freebsd", compile, "gmake -C c_src"},
{"freebsd", clean, "gmake -C c_src clean"},
{"(linux|darwin|solaris)", compile, "make -C c_src"},
{"(linux|darwin|solaris)", clean, "make -C c_src clean"}
]}.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment