summaryrefslogtreecommitdiff
path: root/priv/templates
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2016-07-08 23:35:33 -0400
committerGitHub <noreply@github.com>2016-07-08 23:35:33 -0400
commit8f6c13deada198f39cc4ac3b35e56a572ed143ba (patch)
tree951e67833f7339e0b73098f4f1b0125f29eab102 /priv/templates
parent90f9b0e6197e25cf256c7952a54312ea577dbd4c (diff)
parentc3f336763f3f65babcdfe8c1faedb5ca9eff2a8c (diff)
Merge pull request #1249 from ferd/required-escript-deps
Escriptize based on configured apps only
Diffstat (limited to 'priv/templates')
-rw-r--r--priv/templates/escript_rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/escript_rebar.config b/priv/templates/escript_rebar.config
index 196f835..ef498a8 100644
--- a/priv/templates/escript_rebar.config
+++ b/priv/templates/escript_rebar.config
@@ -3,7 +3,7 @@
{escript_incl_apps,
[{{name}}]}.
-{escript_top_level_app, {{name}}}.
+{escript_main_app, {{name}}}.
{escript_name, {{name}}}.
{escript_emu_args, "%%! +sbtu +A0\n"}.