Преглед на файлове

Fix regression in rebar_lfe_compiler

pull/3/head
Tuncer Ayaz преди 14 години
родител
ревизия
2cff499a34
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. +3
    -2
      src/rebar_lfe_compiler.erl

+ 3
- 2
src/rebar_lfe_compiler.erl Целия файл

@ -62,7 +62,7 @@ compile_lfe(Source, Target, Config) ->
?FAIL;
_ ->
Opts = [{i, "include"}, {outdir, "ebin"}, report, return] ++
rebar_config:get_list(Config, erl_opts, []),
rebar_config:get_list(Config, lfe_opts, []),
case lfe_comp:file(Source, Opts) of
{ok, _, []} ->
ok;
@ -74,6 +74,7 @@ compile_lfe(Source, Target, Config) ->
false ->
ok
end;
_ -> ?FAIL
_ ->
?FAIL
end
end.

Зареждане…
Отказ
Запис