Переглянути джерело

add to end of code path not the beginning in handle_deps

pull/347/head
Tristan Sloughter 10 роки тому
джерело
коміт
c151f4e688
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/rebar_prv_install_deps.erl

+ 1
- 1
src/rebar_prv_install_deps.erl Переглянути файл

@ -153,7 +153,7 @@ handle_deps(Profile, State0, Deps, Upgrade, Locks) ->
%% Sort all apps to build order
State3 = rebar_state:all_deps(State2, AllDeps),
CodePaths = [rebar_app_info:ebin_dir(A) || A <- AllDeps],
ok = code:add_pathsa(CodePaths),
ok = code:add_pathsz(CodePaths),
{ok, AllDeps, State3}.

Завантаження…
Відмінити
Зберегти