From: Evgeniy Khramtsov Date: Sun, 13 Nov 2016 11:29:52 +0000 (+0300) Subject: Make xref working again if elixir is disabled X-Git-Tag: 16.12-beta1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75c15d3853cf787a07bd6907bd4418c7d2d0dda4;p=ejabberd Make xref working again if elixir is disabled --- diff --git a/rebar.config b/rebar.config index 27439109b..3ad5cf6e7 100644 --- a/rebar.config +++ b/rebar.config @@ -109,7 +109,7 @@ {if_var_false, iconv, "(\"iconv\":_/_)"}, {if_var_false, odbc, "(\"odbc\":_/_)"}, {if_var_false, sqlite, "(\"sqlite3\":_/_)"}, - {if_var_false, elixir, "(\"Elixir.Logger.*\":_/_)"}, + {if_var_false, elixir, "(\"Elixir.*\":_/_)"}, {if_var_false, redis, "(\"eredis\":_/_)"}]}. {eunit_compile_opts, [{i, "tools"}]}.