ソースを参照

Remove inets from escript

pull/13/head
James Fish 10年前
コミット
08698c9403
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config ファイルの表示

@ -6,7 +6,7 @@
{escript_incl_extra, [{"priv/templates/*", "."}, {"rebar/include/*", "."}]}.
{escript_incl_apps,
[inets, getopt, erlydtl, erlware_commons, relx, providers, rebar]}.
[getopt, erlydtl, erlware_commons, relx, providers, rebar]}.
{escript_top_level_app, rebar}.
{escript_name, rebar3}.

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