]> granicus.if.org Git - ejabberd/commitdiff
Floating deps should always be executed
authorPaweł Chmielowski <pchmielowski@process-one.net>
Sun, 29 Jan 2017 11:14:32 +0000 (12:14 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Sun, 29 Jan 2017 11:14:32 +0000 (12:14 +0100)
This fixes problem with recognizing latest_deps configure option

rebar.config.script

index 5e371b17563c9b76d979166e086b2711d32897d2..7b0873ecbed470128258e6db83caedf3dcd80a6a 100644 (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, []},