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:
authorMickaël Rémond <mremond@process-one.net>2020-02-26 16:45:01 +0300
committerGitHub <noreply@github.com>2020-02-26 16:45:01 +0300
commitd0e93f9219131a5216fee4b55dbb27429b080954 (patch)
tree574e0980b3bc25978dc6e8ec2baf92e109202e11 /mix.exs
parent47c5aba1e5623e42b40c9ad66b45b7d5da53fce7 (diff)
parent8eccbade56fff975cbf7521f4d36e8f6c9482ff5 (diff)
Merge pull request #3125 from area-42/enable_odbc_in_mix
enable odbc in mix build
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 4b8012981..dba39abf1 100644
--- a/mix.exs
+++ b/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: