소스 검색

fix typo

pull/2421/head
Bryan Paxton 4 년 전
부모
커밋
eece86db6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bootstrap

+ 1
- 1
bootstrap 파일 보기

@ -180,7 +180,7 @@ compile_vendored() ->
compile_xrl_file("src/vendored/r3_safe_erl_term.xrl"),
Sources = filelib:wildcard(filename:join(["src/vendored", "*.erl"])),
OutDir = filename:absname("_build/bootstrap/lib/rebar/ebin"),
code:add_patha(Dir),
code:add_patha(OutDir),
Opts = [debug_info,{outdir, OutDir}, return | additional_defines()],
[compile_erl_file(X, Opts) || X <- Sources].

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