소스 검색

Try previous commit again; make sure include/ directory exists

pull/3/head
Dave Smith 15 년 전
부모
커밋
66fa90ce6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_protobuffs_compiler.erl

+ 1
- 1
src/rebar_protobuffs_compiler.erl 파일 보기

@ -110,7 +110,7 @@ compile_each([{Proto, Beam, Hrl} | Rest]) ->
%% into the ebin/ and include/ directories respectively
%% TODO: Protobuffs really needs to be better about this...sigh.
[] = os:cmd(?FMT("mv ~s ebin", [Beam])),
filelib:ensure_dir(Hrl),
filelib:ensure_dir(filename:join("include", Hrl)),
[] = os:cmd(?FMT("mv ~s include", [Hrl])),
ok;
Other ->

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