aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2021-12-06 15:46:52 +0100
committerPaweł Chmielowski <pawel@process-one.net>2021-12-06 15:46:52 +0100
commit8d8a3177e15aac8e693aa20e8e51d6463e81163d (patch)
tree07d6db0764283edb6b4455e0feb58d574dc43973 /rebar.config
parentAdd workaround for bug in older erlang version in rest module (diff)
Eliminate xref warning from last commit
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 3490d976c..4be211e25 100644
--- a/rebar.config
+++ b/rebar.config
@@ -110,6 +110,7 @@
{if_var_true, sip, {d, 'SIP'}},
{if_var_true, stun, {d, 'STUN'}},
{if_have_fun, {erl_error, format_exception, 6}, {d, 'HAVE_ERL_ERROR'}},
+ {if_have_fun, {uri_string, normalize, 1}, {d, 'HAVE_URI_STRING'}},
{src_dirs, [src,
{if_rebar3, sql},
{if_var_true, tools, tools},