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:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-25 12:05:01 +0300
committerChristophe Romain <christophe.romain@process-one.net>2016-11-25 12:05:01 +0300
commit9432a16893262f94c97332bbbdcb25d52f970ffd (patch)
tree26f460cf2f2b9c6f997d772a9ed97a902d49ae82 /mix.exs
parent4d6eb312642fe018cff007efc6639873a67d72a4 (diff)
parent5c48263579557bd7f96e833c515af74669ab03d2 (diff)
Merge branch 'enable-elixir-in-mix' of https://github.com/ukutaht/ejabberd into ukutaht-enable-elixir-in-mix
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d1ef0fbbb..b9ff8794e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -35,7 +35,7 @@ defmodule Ejabberd.Mixfile do
defp erlc_options do
# Use our own includes + includes from all dependencies
includes = ["include"] ++ Path.wildcard("deps/*/include")
- [:debug_info] ++ Enum.map(includes, fn(path) -> {:i, path} end)
+ [:debug_info, {:d, :ELIXIR_ENABLED}] ++ Enum.map(includes, fn(path) -> {:i, path} end)
end
defp deps do