summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-25 10:05:01 +0100
committerChristophe Romain <christophe.romain@process-one.net>2016-11-25 10:05:01 +0100
commit9432a16893262f94c97332bbbdcb25d52f970ffd (patch)
tree26f460cf2f2b9c6f997d772a9ed97a902d49ae82 /mix.exs
parentUse new version of xmpp in mix (diff)
parentEnable elixir when ejabberd used as a mix dependency (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 d1ef0fbb..b9ff8794 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