소스 검색

Fetch pc rather from hex.pm instead of GitHub

pull/129/head
David Robakowski 8 년 전
부모
커밋
8f4a18c1f6
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      rebar.config.script

+ 1
- 2
rebar.config.script 파일 보기

@ -10,7 +10,6 @@
IsRebar3 = erlang:function_exported(rebar3, main, 1),
PropErUrl = "git://github.com/manopapad/proper.git",
PortCompilerUrl = "git@github.com:blt/port_compiler.git",
IsDevEnv = begin
@ -28,7 +27,7 @@ ErlOpts = if not IsDevEnv -> []; true ->
end,
Plugins = case IsRebar3 of
true -> [{pc, {git, PortCompilerUrl, {branch, "master"}}}];
true -> [pc];
false -> [rebar_gdb_plugin]
end,

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