mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Elixir want {src_dirs, ["include"]} on top of a config
This commit is contained in:
parent
a9de13c5d9
commit
d9ec923357
@ -66,7 +66,10 @@
|
||||
{if_var_true, elixir, rebar_elixir_compiler},
|
||||
{if_var_true, elixir, rebar_exunit}]}.
|
||||
|
||||
{lib_dirs, [{if_var_true, elixir, "deps/elixir/lib"}]}.
|
||||
{if_var_true, elixir,
|
||||
{lib_dirs, ["deps/elixir/lib"]}}.
|
||||
{if_var_true, elixir,
|
||||
{src_dirs, ["include"]}}.
|
||||
|
||||
{sub_dirs, ["rel"]}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user