Parcourir la source

build app file after modules

pull/3/head
Tristan Sloughter il y a 10 ans
Parent
révision
f34509892c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rebar_prv_app_builder.erl

+ 1
- 1
src/rebar_prv_app_builder.erl Voir le fichier

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

Chargement…
Annuler
Enregistrer