Ver código fonte

Remove inets from escript

pull/13/head
James Fish 10 anos atrás
pai
commit
08698c9403
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Ver arquivo

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

Carregando…
Cancelar
Salvar