mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Add some apps to rebar2 OTP releases
This commit is contained in:
parent
91fb02d62e
commit
f58a0cdbfd
1 changed files with 2 additions and 1 deletions
|
@ -38,11 +38,12 @@ Vars = case file:consult(filename:join([TopDir, "vars.config"])) of
|
|||
|
||||
RequiredOTPApps = [sasl, crypto, public_key, ssl,
|
||||
mnesia, inets, compiler, asn1,
|
||||
observer, tools,
|
||||
syntax_tools, os_mon, xmerl],
|
||||
|
||||
ConfiguredOTPApps = lists:flatmap(
|
||||
fun({tools, true}) ->
|
||||
[tools, runtime_tools];
|
||||
[runtime_tools];
|
||||
({odbc, true}) ->
|
||||
[odbc];
|
||||
(_) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue