mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
simplenode.reltool.config: use default sys-level mod_cond setting
As discussed here http://erlang.org/pipermail/erlang-questions/2012-December/071135.html change the reltool spec to use the default sys-level mod_cond setting.
This commit is contained in:
parent
720d71e47d
commit
d28c92ff11
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
{boot_rel, "{{nodeid}}"},
|
{boot_rel, "{{nodeid}}"},
|
||||||
{profile, embedded},
|
{profile, embedded},
|
||||||
{incl_cond, derived},
|
{incl_cond, derived},
|
||||||
{mod_cond, derived},
|
|
||||||
{excl_archive_filters, [".*"]}, %% Do not archive built libs
|
{excl_archive_filters, [".*"]}, %% Do not archive built libs
|
||||||
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
|
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
|
||||||
"^erts.*/(doc|info|include|lib|man|src)"]},
|
"^erts.*/(doc|info|include|lib|man|src)"]},
|
||||||
|
|
Loading…
Reference in a new issue