浏览代码

include rebar3 in supported packages buildtool

pull/732/head
Tristan Sloughter 9 年前
父节点
当前提交
6242c81554
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/rebar_prv_update.erl

+ 1
- 0
src/rebar_prv_update.erl 查看文件

@ -84,6 +84,7 @@ write_registry(Dict, {digraph, Edges, Vertices, Neighbors, _}, State) ->
is_supported(<<"make">>) -> true;
is_supported(<<"rebar">>) -> true;
is_supported(<<"rebar3">>) -> true;
is_supported(_) -> false.
hex_to_graph(Filename) ->

正在加载...
取消
保存