Always escriptize.
This commit is contained in:
parent
8ba5f9e2b1
commit
7e26912bf9
11
rebar.config
11
rebar.config
@ -5,6 +5,12 @@
|
||||
{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, [
|
||||
{warnings, [unknown]},
|
||||
@ -24,11 +30,6 @@
|
||||
{profiles, [{binary, [
|
||||
{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)",
|
||||
escriptize,
|
||||
|
Loading…
x
Reference in New Issue
Block a user