ソースを参照

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) ->

読み込み中…
キャンセル
保存