Skip to content

Commit f58a0cd

Browse files
committed
Add some apps to rebar2 OTP releases
1 parent 91fb02d commit f58a0cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rel/reltool.config.script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ Vars = case file:consult(filename:join([TopDir, "vars.config"])) of
3838

3939
RequiredOTPApps = [sasl, crypto, public_key, ssl,
4040
mnesia, inets, compiler, asn1,
41+
observer, tools,
4142
syntax_tools, os_mon, xmerl],
4243

4344
ConfiguredOTPApps = lists:flatmap(
4445
fun({tools, true}) ->
45-
[tools, runtime_tools];
46+
[runtime_tools];
4647
({odbc, true}) ->
4748
[odbc];
4849
(_) ->

0 commit comments

Comments
 (0)