Cleanup.
This commit is contained in:
parent
5e9d34849f
commit
3c056db0b5
@ -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)",
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
{registered, []},
|
{registered, []},
|
||||||
{applications,
|
{applications,
|
||||||
[kernel,
|
[kernel,
|
||||||
stdlib
|
stdlib,
|
||||||
|
getopt
|
||||||
]},
|
]},
|
||||||
{env,[]},
|
{env,[]},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user