浏览代码

Correct ext of neotoma output file

pull/3/head
Slava Yurin 12 年前
父节点
当前提交
b63328bb16
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/rebar_neotoma_compiler.erl

+ 2
- 2
src/rebar_neotoma_compiler.erl 查看文件

@ -53,8 +53,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

正在加载...
取消
保存