瀏覽代碼

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}.

Loading…
取消
儲存