aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-12-13 11:46:46 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-12-13 11:46:53 +0100
commit52e77e3d75a680c2d8c5f3ac0692a577bedf1d9a (patch)
tree55a9bf022e01e698f9836c28f3a4e65dcc7fe88c /rebar.config
parentAdd code for handling deprecations of get_stacktrace() (diff)
Remove workaround for old erlang versions
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 4c61cc4a4..ad9bf03d2 100644
--- a/rebar.config
+++ b/rebar.config
@@ -146,14 +146,14 @@
{i, "deps/fast_xml/include"},
{i, "deps/xmpp/include"}]}.
-{if_version_above, "17", {cover_enabled, true}}.
+{cover_enabled, true}.
{cover_export_enabled, true}.
{recursive_cmds, ['configure-deps']}.
{post_hook_configure, [{"fast_tls", []},
{"stringprep", []},
{"fast_yaml", []},
- {"eimp", []},
+ {"eimp", []},
{if_var_true, sip, {"esip", []}},
{"fast_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
{if_var_true, pam, {"epam", []}},