Super simple standalone version of the compiler
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
|
||||
{escript_name, aesophia}.
|
||||
|
||||
{provider_hooks, [{post, [{compile, escriptize}]}]}.
|
||||
|
||||
%% NOTE: When possible deps are referenced by Git ref to ensure consistency between builds.
|
||||
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
|
||||
{ref,"99bf097"}}}
|
||||
, {getopt, "1.0.1"}
|
||||
]}.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user