From d0a91cc9dea4692ccf47f7fa04ba94ec7f1fe2bc Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 20 Jan 2026 15:28:47 +0100 Subject: [PATCH] make-binaries: Don't strip attributes, they are needed by erlydtl --- tools/make-binaries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-binaries b/tools/make-binaries index 4619a1b11..0afb4f24f 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -466,7 +466,7 @@ strip_files() -perm '-u+x' \ -exec "$strip_cmd" -s '{}' '+' 2>'/dev/null' || : erl -noinput -eval \ - "{ok, _} = beam_lib:strip_release('$code_dir'), halt()" + "{ok, _} = beam_lib:strip_release('$code_dir',[\"Attr\"]), halt()" } #.