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 /rebar.config | |
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
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 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, |