Floating deps should always be executed

This fixes problem with recognizing latest_deps configure option
This commit is contained in:
Paweł Chmielowski 2017-01-29 12:14:32 +01:00
parent 2f3f6f8b71
commit dd458c637e
1 changed files with 1 additions and 1 deletions

View File

@ -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, []},