diff options
| author | ruki <[email protected]> | 2026-07-18 00:07:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-07-18 00:07:46 +0800 |
| commit | 495c2c3d6a36709b87e538737292bb9b4d0c6436 (patch) | |
| tree | 5b0d52da1758f2ab10003578080d1a9f8a207195 | |
| parent | f9093aadcf44cadc7b3ab3c155de017d21bc5e47 (diff) | |
fix typo
| -rw-r--r-- | xmake/rules/utils/bin2c/utils.lua | 2 |
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 |
