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

@ -9,7 +9,7 @@
{escript_incl_apps, [aebytecode, getopt]}. {escript_incl_apps, [aebytecode, getopt]}.
{escript_main_app, aebytecode}. {escript_main_app, aebytecode}.
{escript_name, aefateasm}. {escript_name, aefateasm}.
{escript_emu_args, "%%! +sbtu +A0\n"}. {escript_emu_args, "%%!"}.
{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)",

View File

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