Mix: Add yecc compiler as suggested by Elixir 1.16 warning over p1_pgsql

This commit is contained in:
Badlop 2023-12-13 21:44:52 +01:00
parent 29ec5bff60
commit 416253496d
1 changed files with 1 additions and 1 deletions

View File

@ -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