소스 검색

Merge pull request #347 from tsloughter/add_pathsz

add to end of code path not the beginning in handle_deps
pull/348/head
Fred Hebert 10 년 전
부모
커밋
7d6822c376
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}.

불러오는 중...
취소
저장