diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index c2f7967..bd76ff7 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,8 @@ {vsn, "2"}, {modules, [ rebar, rebar_app_utils, - rebar_config, + rebar_base_compiler, + rebar_config, rebar_core, rebar_ct, rebar_deps, |