From f33fb227cc9c5f1fd7449252b2a5fb5cf179e0b7 Mon Sep 17 00:00:00 2001 From: Enzo Einhorn <52015993+enzalito@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:19:53 +0200 Subject: [PATCH] fix typo in binutils package (#4670) --- packages/b/binutils/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/b/binutils/xmake.lua b/packages/b/binutils/xmake.lua index 38d960634..7d90883e6 100644 --- a/packages/b/binutils/xmake.lua +++ b/packages/b/binutils/xmake.lua @@ -22,7 +22,7 @@ package("binutils") on_fetch("@linux", "@macosx", "@msys", function (package, opt) if opt.system then if package:is_binary() then - local tools = {"lb", "ranlib", "objcopy"} + local tools = {"ld", "ranlib", "objcopy"} for _, tool in ipairs(tools) do if not package:find_tool(tool) then return