1
0
Fork 0
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:
Badlop 2025-03-27 20:16:02 +01:00
parent 91fb02d62e
commit f58a0cdbfd

View file

@ -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];
(_) ->