Clean up.

This commit is contained in:
Erik Stenman 2019-02-25 13:10:04 +01:00 committed by Erik Stenman
parent abae4a7602
commit af4f2ad795

View File

@ -12,7 +12,7 @@
{escript_incl_apps, [aesophia, aebytecode, getopt]}. {escript_incl_apps, [aesophia, aebytecode, getopt]}.
{escript_main_app, aesophia}. {escript_main_app, aesophia}.
{escript_name, aesophia}. {escript_name, aesophia}.
{escript_emu_args, "%%! +sbtu +A0\n"}. {escript_emu_args, "%%! \n"}.
{provider_hooks, [{post, [{compile, escriptize}]}]}. {provider_hooks, [{post, [{compile, escriptize}]}]}.
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
@ -30,8 +30,6 @@
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}. ]}.
{relx, [{release, {aesophia, "2.0.0"}, {relx, [{release, {aesophia, "2.0.0"},
[aesophia, aebytecode, getopt]}, [aesophia, aebytecode, getopt]},