소스 검색

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

불러오는 중...
취소
저장