Add odbc to dialyzer only if odbc is configured
This commit is contained in:
+2
-1
@@ -204,12 +204,13 @@
|
||||
{dialyzer, [{get_warnings, false}, % Show warnings of dependencies
|
||||
{if_version_above, "25",
|
||||
{plt_extra_apps,
|
||||
[asn1, odbc, public_key, stdlib, syntax_tools,
|
||||
[asn1, public_key, stdlib, syntax_tools,
|
||||
idna, jose,
|
||||
cache_tab, eimp, erlydtl, fast_tls, fast_xml, fast_yaml,
|
||||
mqtree, p1_acme, p1_oauth2, p1_utils, pkix,
|
||||
stringprep, xmpp, yconf,
|
||||
{if_version_below, "27", jiffy},
|
||||
{if_var_true, odbc, odbc},
|
||||
{if_var_true, pam, epam},
|
||||
{if_var_true, redis, eredis},
|
||||
{if_var_true, sip, esip},
|
||||
|
||||
Reference in New Issue
Block a user