Add forgotten option NO_CUSTOMIZE_HOSTNAME_CHECK to mix.exs

This commit is contained in:
Badlop 2022-02-08 15:37:45 +01:00
parent ba0d5e4dcf
commit 0b9263bc15
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ defmodule Ejabberd.MixProject do
if_version_above('20', [{:d, :DEPRECATED_GET_STACKTRACE}]) ++
if_version_below('21', [{:d, :USE_OLD_HTTP_URI}]) ++
if_version_below('22', [{:d, :LAGER}]) ++
if_version_below('21', [{:d, :NO_CUSTOMIZE_HOSTNAME_CHECK}]) ++
if_version_below('23', [{:d, :USE_OLD_CRYPTO_HMAC}]) ++
if_version_below('23', [{:d, :USE_OLD_PG2}]) ++
if_version_below('24', [{:d, :COMPILER_REPORTS_ONLY_LINES}]) ++