Explorar el Código

Fetch pc rather from hex.pm instead of GitHub

pull/129/head
David Robakowski hace 8 años
padre
commit
8f4a18c1f6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      rebar.config.script

+ 1
- 2
rebar.config.script Ver fichero

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

Cargando…
Cancelar
Guardar