From 8ab821c7e713070e6cc5a15f557293027c10c7de Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 21 Aug 2015 19:33:42 -0500 Subject: remove relx from list of incl_apps, it is inlcuded by default --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index abbff4d..fce0a53 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {escript_incl_extra, [{"priv/templates/*", "."}]}. {escript_emu_args, "%%! +sbtu +A0 -noinput\n"}. {escript_incl_apps, - [getopt, erlware_commons, bbmustache, providers, relx]}. + [getopt, erlware_commons, bbmustache, providers]}. %% Compiler Options ============================================================ {erl_opts, -- cgit v1.2.3