diff --git a/rebar.config.script b/rebar.config.script index 2159a10..0fe5564 100644 --- a/rebar.config.script +++ b/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,