mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Floating deps should always be executed
This fixes problem with recognizing latest_deps configure option
This commit is contained in:
parent
2f3f6f8b71
commit
dd458c637e
@ -323,7 +323,7 @@ Rules = [
|
||||
ProcessErlOpt, []},
|
||||
{[xref_queries], [xref_exclusions], true,
|
||||
AppendList2(ProcssXrefExclusions), [], []},
|
||||
{[deps], [floating_deps], IsRebar3,
|
||||
{[deps], [floating_deps], true,
|
||||
ProcessFloatingDeps, [], []},
|
||||
{[deps], IsRebar3,
|
||||
Rebar3DepsFilter, []},
|
||||
|
Loading…
Reference in New Issue
Block a user