소스 검색

build app file after modules

pull/3/head
Tristan Sloughter 10 년 전
부모
커밋
f34509892c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_app_builder.erl

+ 1
- 1
src/rebar_prv_app_builder.erl 파일 보기

@ -46,8 +46,8 @@ do(State) ->
{ok, State}.
build(State, AppInfo) ->
rebar_erlc_compiler:compile(State, rebar_app_info:dir(AppInfo)),
{ok, AppInfo1} = rebar_otp_app:compile(State, AppInfo),
rebar_erlc_compiler:compile(State, rebar_app_info:dir(AppInfo1)),
AppInfo1.
%% ===================================================================

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