소스 검색

Merge pull request #44 from nevar/fix_neotoma

Correct ext of neotoma output file
pull/3/head
Dave Smith 12 년 전
부모
커밋
baf2655343
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/rebar_neotoma_compiler.erl

+ 2
- 2
src/rebar_neotoma_compiler.erl 파일 보기

@ -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

불러오는 중...
취소
저장