]> granicus.if.org Git - ejabberd/commitdiff
Fix typo
authorMickael Remond <mremond@process-one.net>
Mon, 7 Sep 2015 15:55:54 +0000 (17:55 +0200)
committerMickael Remond <mremond@process-one.net>
Mon, 7 Sep 2015 15:55:54 +0000 (17:55 +0200)
mix.exs

diff --git a/mix.exs b/mix.exs
index b71d3cc08f8c4c8e96dfbd4fea117b0b556ddc96..09a6cc62536acd627de4345c294cf6f2bee26c99 100644 (file)
--- a/mix.exs
+++ b/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