mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Merge pull request #3125 from area-42/enable_odbc_in_mix
enable odbc in mix build
This commit is contained in:
commit
d0e93f9219
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue