diff options
author | Jordan Wilberding <[email protected]> | 2015-11-30 08:15:42 -0800 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2015-11-30 08:15:42 -0800 |
commit | 0ae1b39a8919a834ad1499ae2fd343a5121f2723 (patch) | |
tree | 99bcd1e9db15341d4c924ac049dad0857535c071 | |
parent | c0d3563aa827ab8b1b515432b4faa54aefcc5eb3 (diff) | |
parent | 365d3e7993042b068582b2c7555baa08ff854be2 (diff) | |
download | relx-0ae1b39a8919a834ad1499ae2fd343a5121f2723.tar.gz relx-0ae1b39a8919a834ad1499ae2fd343a5121f2723.tar.bz2 relx-0ae1b39a8919a834ad1499ae2fd343a5121f2723.zip |
Merge pull request #418 from tsloughter/cf_escript
include cf in escript so output works
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index c2bcef7..26f715e 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]}. + [getopt, erlware_commons, cf, bbmustache, providers]}. %% Compiler Options ============================================================ {erl_opts, @@ -1,4 +1,5 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, + {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},1}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.18.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"providers">>,{pkg,<<"providers">>,<<"1.6.0">>},0}]. |