Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Sautret <jerome.sautret@process-one.net>2016-05-13 16:12:28 +0300
committerChristophe Romain <christophe.romain@process-one.net>2016-06-23 11:23:02 +0300
commita9b456ccb3fd3db1602a9e4dce442e904d120d4b (patch)
treeb628b6cab2843af6e13ae61e0b0544b359a7be78
parent2ebdd8915e880711636cc8302bd4786cfe5c92eb (diff)
xref was broken when Elixir wasn't enabled
-rw-r--r--rebar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index d3379afb6..03b7d3d82 100644
--- a/rebar.config
+++ b/rebar.config
@@ -113,6 +113,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, redis, "(\"eredis\":_/_)"}]}.
{eunit_compile_opts, [{i, "tools"}]}.