mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Mix: Add yecc compiler as suggested by Elixir 1.16 warning over p1_pgsql
This commit is contained in:
parent
29ec5bff60
commit
416253496d
2
mix.exs
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user