瀏覽代碼

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

Loading…
取消
儲存