25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Get rid of unused rebar instructions

This commit is contained in:
Evgeniy Khramtsov 2018-05-08 16:17:07 +03:00
parent 6811b92a80
commit 46f47db512

View File

@ -165,11 +165,8 @@
{if_var_true, zlib, {"ezlib", []}},
{if_var_true, iconv, {"iconv", []}}]}.
{port_env, [{"CFLAGS", "-g -O2 -Wall"}]}.
{overrides, [{override, samerlib, [{erl_opts, []}]}]}.
{port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
%% Local Variables:
%% mode: erlang
%% End: