Przeglądaj źródła

build app file after modules

pull/3/head
Tristan Sloughter 10 lat temu
rodzic
commit
f34509892c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_prv_app_builder.erl

+ 1
- 1
src/rebar_prv_app_builder.erl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz