Sfoglia il codice sorgente

Merge pull request #84 from talentdeficit/first_files_fix

point compiler to the right config value for which files need to be compiled first
pull/86/merge
Tristan Sloughter 10 anni fa
parent
commit
038fb668e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rebar_erlc_compiler.erl

+ 1
- 1
src/rebar_erlc_compiler.erl Vedi File

@ -135,7 +135,7 @@ doterl_compile(State, Dir) ->
doterl_compile(Config, Dir, MoreSources, ErlOpts) ->
OutDir = filename:join(Dir, "ebin"),
ErlFirstFilesConf = rebar_state:get(Config, erl_first_modules, []),
ErlFirstFilesConf = rebar_state:get(Config, erl_first_files, []),
?DEBUG("erl_opts ~p", [ErlOpts]),
%% Support the src_dirs option allowing multiple directories to
%% contain erlang source. This might be used, for example, should

Caricamento…
Annulla
Salva