mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
mix:exs: When development tools is enabled, add debugger and wx
This commit is contained in:
parent
cc5c9f6008
commit
f0773c4ab8
1 changed files with 3 additions and 1 deletions
4
mix.exs
4
mix.exs
|
@ -184,7 +184,9 @@ defmodule Ejabberd.MixProject do
|
||||||
defp cond_apps do
|
defp cond_apps do
|
||||||
for {:true, app} <- [{config(:stun), :stun},
|
for {:true, app} <- [{config(:stun), :stun},
|
||||||
{if_version_below(~c"27", true), :jiffy},
|
{if_version_below(~c"27", true), :jiffy},
|
||||||
{config(:tools), :observer}], do:
|
{config(:tools), :debugger},
|
||||||
|
{config(:tools), :observer},
|
||||||
|
{config(:tools), :wx}], do:
|
||||||
app
|
app
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue