From 495c2c3d6a36709b87e538737292bb9b4d0c6436 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Jul 2026 00:07:46 +0800 Subject: fix typo --- xmake/rules/utils/bin2c/utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/utils/bin2c/utils.lua b/xmake/rules/utils/bin2c/utils.lua index 8ea6ba17a..9765fb2f0 100644 --- a/xmake/rules/utils/bin2c/utils.lua +++ b/xmake/rules/utils/bin2c/utils.lua @@ -57,7 +57,7 @@ function generate_headerfile(target, batchcmds, binaryfile, opt) -- @see https://github.com/xmake-io/xmake/issues/7513 local transform = opt.transform or (fileconfig and fileconfig.transform) or target:extraconf("rules", rulename, "transform") if transform then - batchcmds:show_progress(progress, "${color.build.object}transforming.bin2obj %s", binaryfile) + batchcmds:show_progress(progress, "${color.build.object}transforming.bin2c %s", binaryfile) local transformed_file = target:autogenfile(binaryfile) batchcmds:call(transform, {binaryfile, transformed_file}, {target = target}) binaryfile = transformed_file -- cgit v1.3.1