Make xref working again if elixir is disabled

This commit is contained in:
Evgeniy Khramtsov 2016-11-13 14:29:52 +03:00
parent ebefd0d8d6
commit 75c15d3853
1 changed files with 1 additions and 1 deletions

View File

@ -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"}]}.