diff options
| author | ruki <[email protected]> | 2025-12-12 09:54:46 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-12 09:54:46 +0800 |
| commit | 7544d22a944cb4702534a8fe54924d74a71d3178 (patch) | |
| tree | 2df690db9f7ead09afde33fd321864c4d56b042a /xmake/rules/utils/bin2obj/utils.lua | |
| parent | 2427bd350baa6331c5dfd62b2ab291737c7e5f49 (diff) | |
| parent | e08e654aad4f829fcf1990dae32a14394055d96c (diff) | |
Merge pull request #7120 from xmake-io/ar
Add extractlib support in binutils
Diffstat (limited to 'xmake/rules/utils/bin2obj/utils.lua')
| -rw-r--r-- | xmake/rules/utils/bin2obj/utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/utils/bin2obj/utils.lua b/xmake/rules/utils/bin2obj/utils.lua index b658928a1..0e2bba9fd 100644 --- a/xmake/rules/utils/bin2obj/utils.lua +++ b/xmake/rules/utils/bin2obj/utils.lua @@ -108,7 +108,7 @@ function generate_objectfile(target, batchcmds, binaryfile, opt) if zeroend then table.insert(argv, "--zeroend") end - batchcmds:vlua("utils.binary.bin2obj", argv) + batchcmds:vlua("cli.binutils.bin2obj", argv) return objectfile end |
