Browse Source

Process deps prior to subdirs so that top-level dependencies work as expected

Dave Smith 15 years ago
parent
commit
e66585789d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ebin/rebar.app

+ 1
- 1
ebin/rebar.app View File

@ -46,8 +46,8 @@
%% any_dir processing modules
{any_dir_modules, [
rebar_require_vsn,
rebar_subdirs,
rebar_deps,
rebar_subdirs,
rebar_templater,
rebar_cleaner
]},

Loading…
Cancel
Save