Browse Source

Add sasl and runtime_tools to the default relx.config

Loïc Hoguin 8 years ago
parent
commit
7a62265786
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/bootstrap.mk

+ 1 - 1
plugins/bootstrap.mk

@@ -93,7 +93,7 @@ stop(_State) ->
 endef
 
 define bs_relx_config
-{release, {$p_release, "1"}, [$p]}.
+{release, {$p_release, "1"}, [$p, sasl, runtime_tools]}.
 {extended_start_script, true}.
 {sys_config, "rel/sys.config"}.
 {vm_args, "rel/vm.args"}.