diff options
author | Jerome Sautret <jerome.sautret@process-one.net> | 2014-08-27 10:47:12 +0200 |
---|---|---|
committer | Jerome Sautret <jerome.sautret@process-one.net> | 2014-10-30 15:21:42 +0100 |
commit | 565f064b150fe2f26294d1838458f644bb4c31b9 (patch) | |
tree | b3c3aace22d3d8f29a5bb358193c32af1609dc7d | |
parent | Ignore riak_object module call for xref check. (diff) |
Fix xref check when odbc driver is not used.
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config.script b/rebar.config.script index 1d077b380..8b21e1b03 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -138,6 +138,8 @@ CfgXrefs = lists:flatmap( ["(\"lhttpc\":_/_)"]; ({iconv, false}) -> ["(\"iconv\":_/_)"]; + ({odbc, false}) -> + ["(\"odbc\":_/_)"]; (_) -> [] end, Cfg), |