Correct ext of neotoma output file

This commit is contained in:
Slava Yurin 2012-12-14 10:45:57 +07:00
parent 78fa8fc3d5
commit b63328bb16

View file

@ -53,8 +53,8 @@ compile(Config, _AppFile) ->
rebar_base_compiler:run(Config, [], rebar_base_compiler:run(Config, [],
option(doc_root, NeoOpts), ".peg", option(doc_root, NeoOpts), ".peg",
option(out_dir, NeoOpts), option(out_dir, NeoOpts),
option(module_ext, NeoOpts) ++ ".beam", option(module_ext, NeoOpts) ++ ".erl",
fun compile_neo/3, [{check_last_mod,false}]). fun compile_neo/3, [{check_last_mod, true}]).
%% ============================================================================ %% ============================================================================
%% Internal functions %% Internal functions