diff --git a/rebar.config b/rebar.config index 09a57d6..91b430c 100644 --- a/rebar.config +++ b/rebar.config @@ -3,15 +3,12 @@ {deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {branch,"fortuna"}}} , {getopt, "1.0.1"} - % waiting for https://github.com/jlouis/enacl/pull/40 to be merged - , {enacl, {git, "https://github.com/aeternity/enacl.git", - {ref, "26180f4"}}} ]}. {escript_incl_apps, [aesophia, aebytecode, getopt]}. {escript_main_app, aesophia}. {escript_name, aesophia}. -{escript_emu_args, "%%! +sbtu +A0\n"}. +{escript_emu_args, "%%! \n"}. {provider_hooks, [{post, [{compile, escriptize}]}]}. {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", @@ -29,8 +26,6 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. - - {relx, [{release, {aesophia, "2.0.0"}, [aesophia, aebytecode, getopt]},