Current section
Files
Jump to
Current section
Files
rebar.config.script
case erlang:function_exported(unicode_util, gc, 1) of
true -> CONFIG;
false ->
[{src_dirs, ["src", "uc_spec"]},
{pre_hooks, [{"(linux|darwin|solaris)", compile, "make -C uc_spec all"},
{"(freebsd|openbsd)", compile, "gmake -C uc_spec all"}]} | CONFIG]
end.