diff options
Diffstat (limited to 'src/rebar_prv_compile.erl')
-rw-r--r-- | src/rebar_prv_compile.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl index 893fd76..60737d1 100644 --- a/src/rebar_prv_compile.erl +++ b/src/rebar_prv_compile.erl @@ -42,7 +42,7 @@ do(State) -> Jobs = rebar_state:get(State1, jobs), ProjectApps = rebar_state:project_apps(State1), - Deps = rebar_state:get(State1, deps_to_build, []), + Deps = rebar_state:deps_to_build(State1), Cwd = rebar_utils:get_cwd(), rebar_hooks:run_compile_hooks(Cwd, pre_hooks, compile, State1), |