mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Correct ext of neotoma output file
This commit is contained in:
parent
78fa8fc3d5
commit
b63328bb16
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue