mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Merge pull request #44 from nevar/fix_neotoma
Correct ext of neotoma output file
This commit is contained in:
commit
baf2655343
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ compile(Config, _AppFile) ->
|
|||
rebar_base_compiler:run(Config, [],
|
||||
option(doc_root, NeoOpts), ".peg",
|
||||
option(out_dir, NeoOpts),
|
||||
option(module_ext, NeoOpts) ++ ".beam",
|
||||
fun compile_neo/3, [{check_last_mod,false}]).
|
||||
option(module_ext, NeoOpts) ++ ".erl",
|
||||
fun compile_neo/3, [{check_last_mod, true}]).
|
||||
|
||||
%% ============================================================================
|
||||
%% Internal functions
|
||||
|
|
Loading…
Reference in a new issue