From 0cfc26a9e297406c495f662c59e22a69677ced7d Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 10 Oct 2023 01:26:39 +0200 Subject: [PATCH] add runtime_tools --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 296ebe04..b8182046 100644 --- a/rebar.config +++ b/rebar.config @@ -58,7 +58,7 @@ error_handling%, %unknown ]}, - {base_plt_apps, [erts, stdlib, kernel, crypto, dbg]}, + {base_plt_apps, [erts, stdlib, kernel, crypto, runtime_tools]}, {plt_apps, top_level_deps}, {plt_extra_apps, []}, {plt_location, local},