summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/utils/bin2c/utils.lua2
1 files changed, 1 insertions, 1 deletions
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