diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-05-04 09:18:59 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-05-04 09:18:59 -0400 |
commit | 17d94e0e616fee40922cb5612dcaac9851c67acd (patch) | |
tree | 987ddca1292118b8bd74637171d0f32fa95aee44 | |
parent | 9b770b896718aee800e43ac045582cd8abb266da (diff) | |
parent | ef9362dfc0e6f5d8979ddb4a751fa0bbbdd8704d (diff) |
Merge pull request #386 from tsloughter/relx_templates
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}, |