Merge fortuna to master #136

Merged
gorillainduction merged 30 commits from fortuna into master 2019-03-13 18:57:29 +09:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 3c056db0b5 - Show all commits

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, []},