ソースを参照

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.
%% ===================================================================

読み込み中…
キャンセル
保存