Add odbc to dialyzer only if odbc is configured

This commit is contained in:
Pawel Chmielowski
2025-11-27 11:26:11 +01:00
parent 42122b7aa7
commit fbc3349e04
+2 -1
View File
@@ -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},