Merge pull request #3125 from area-42/enable_odbc_in_mix

enable odbc in mix build
This commit is contained in:
Mickaël Rémond 2020-02-26 14:45:01 +01:00 committed by GitHub
commit d0e93f9219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: