enable odbc in mix build

This commit is contained in:
Christoph Scholz 2019-12-25 00:38:48 +01:00
parent bbe404abcc
commit 8eccbade56
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ defmodule Ejabberd.Mixfile do
defp cond_apps do
for {:true, app} <- [{config(:redis), :eredis},
{config(:mysql), :p1_mysql},
{config(:odbc), :odbc},
{config(:pgsql), :p1_pgsql},
{config(:sqlite), :sqlite3},
{config(:zlib), :ezlib}], do: