Mix needs include path to p1_utils

This commit is contained in:
Christophe Romain 2017-03-28 16:08:10 +02:00
parent 117f31125d
commit 0f864d9466
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ defmodule Ejabberd.Mixfile do
defp erlc_options do
# Use our own includes + includes from all dependencies
includes = ["include"] ++ deps_include(["fast_xml", "xmpp"])
includes = ["include"] ++ deps_include(["fast_xml", "xmpp", "p1_utils"])
[:debug_info, {:d, :ELIXIR_ENABLED}] ++ Enum.map(includes, fn(path) -> {:i, path} end)
end