Skip to content

Commit

Permalink
fix typo in binutils package
Browse files Browse the repository at this point in the history
  • Loading branch information
enzalito committed Jul 16, 2024
1 parent d4690ab commit 1ab9634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/b/binutils/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ab9634

Please sign in to comment.