Merge fortuna to master #136

Merged
gorillainduction merged 30 commits from fortuna into master 2019-03-13 18:57:29 +09:00
Showing only changes of commit 7e26912bf9 - Show all commits

View File

@ -5,6 +5,12 @@
{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, "%%!"}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.
{dialyzer, [ {dialyzer, [
{warnings, [unknown]}, {warnings, [unknown]},
@ -24,11 +30,6 @@
{profiles, [{binary, [ {profiles, [{binary, [
{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, "%%!"},
{provider_hooks, [{post, [{compile, escriptize}]}]},
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
escriptize, escriptize,