diff options
| author | ruki <[email protected]> | 2025-12-07 15:27:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-07 17:16:00 +0800 |
| commit | 35aeaac3f956f26f188ebab40c443b64d2cb2f95 (patch) | |
| tree | dab003800ba799760013cd98c1cb04ffb10565ac /xmake/rules/utils/bin2c/xmake.lua | |
| parent | a88b0246d856ffac9dfa509d07631dc02fedbc67 (diff) | |
move bin2obj and bin2c modules
Diffstat (limited to 'xmake/rules/utils/bin2c/xmake.lua')
| -rw-r--r-- | xmake/rules/utils/bin2c/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/utils/bin2c/xmake.lua b/xmake/rules/utils/bin2c/xmake.lua index fc05ecf4e..7be711af1 100644 --- a/xmake/rules/utils/bin2c/xmake.lua +++ b/xmake/rules/utils/bin2c/xmake.lua @@ -54,7 +54,7 @@ rule("utils.bin2c") if nozeroend then table.insert(argv, "--nozeroend") end - batchcmds:vlua("private.utils.bin2c", argv) + batchcmds:vlua("utils.binary.bin2c", argv) -- add deps batchcmds:add_depfiles(sourcefile_bin) |
