From 416253496db1227ad6f9202ac409882b355e9d4d Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 13 Dec 2023 21:44:52 +0100 Subject: [PATCH] Mix: Add yecc compiler as suggested by Elixir 1.16 warning over p1_pgsql --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c1af5a18a..9e7864b3f 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Ejabberd.MixProject do elixir: elixir_required_version(), elixirc_paths: ["lib"], compile_path: ".", - compilers: [:asn1] ++ Mix.compilers(), + compilers: [:asn1, :yecc] ++ Mix.compilers(), erlc_options: erlc_options(), erlc_paths: ["asn1", "src"], # Elixir tests are starting the part of ejabberd they need