mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix typo
This commit is contained in:
parent
420cf68ecd
commit
73932fb507
2
mix.exs
2
mix.exs
@ -22,7 +22,7 @@ defmodule Ejabberd.Mixfile do
|
||||
|
||||
defp erlc_options do
|
||||
# Use our own includes + includes from all dependencies
|
||||
includes = ["include"] + Path.wildcard(Path.join("..", "/*/include"))
|
||||
includes = ["include"] ++ Path.wildcard(Path.join("..", "/*/include"))
|
||||
[:debug_info] ++ Enum.map(includes, fn(path) -> {:i, path} end)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user