This commit is contained in:
Erik Stenman 2019-02-20 14:06:11 +01:00
parent 5e9d34849f
commit 3c056db0b5
2 changed files with 4 additions and 3 deletions

View File

@ -2,14 +2,14 @@
{erl_opts, [debug_info]}.
{deps, [ {getopt, "1.0.1"}
{deps, [ {getopt, "1.0.1"}
]}.
{escript_incl_apps, [aebytecode, getopt]}.
{escript_main_app, aebytecode}.
{escript_name, aefateasm}.
{escript_emu_args, "%%! +sbtu +A0\n"}.
{escript_emu_args, "%%!"}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",

View File

@ -4,7 +4,8 @@
{registered, []},
{applications,
[kernel,
stdlib
stdlib,
getopt
]},
{env,[]},
{modules, []},