diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-05-04 08:02:06 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-05-04 08:02:06 -0500 |
commit | ef9362dfc0e6f5d8979ddb4a751fa0bbbdd8704d (patch) | |
tree | 987ddca1292118b8bd74637171d0f32fa95aee44 | |
parent | d4c7dea7351435eaafe56a23845d8772e4bac0ac (diff) |
include relx templates in escript
-rw-r--r-- | rebar.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index abd34c5..0c6dd3c 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,9 @@ {escript_emu_args, "%%! +sbtu +A0\n"}. %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. -{escript_incl_extra, [{"priv/templates/*", "."}, {"rebar/include/*", "."}]}. +{escript_incl_extra, [{"_build/default/lib/relx/priv/templates/*", "."}, + {"priv/templates/*", "."}, + {"rebar/include/*", "."}]}. {erl_opts, [{platform_define, "R14", no_callback_support}, |