mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix compatibility with older mix versions
This commit is contained in:
parent
0870f32c59
commit
5744d44e68
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -185,7 +185,7 @@ defmodule Ejabberd.MixProject do
|
|||
end
|
||||
|
||||
defp elixir_required_version do
|
||||
case {System.get_env("RELIVE", "false"),
|
||||
case {Map.get(System.get_env(), "RELIVE", "false"),
|
||||
MapSet.member?(MapSet.new(System.argv()), "release")}
|
||||
do
|
||||
{"true", _} ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue