fix typo in binutils package (#4670)

pull/4514/merge
Enzo Einhorn 4 months ago committed by GitHub
parent d4690ab1f0
commit f33fb227cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/b/binutils/xmake.lua

@ -22,7 +22,7 @@ package("binutils")
on_fetch("@linux", "@macosx", "@msys", function (package, opt) on_fetch("@linux", "@macosx", "@msys", function (package, opt)
if opt.system then if opt.system then
if package:is_binary() then if package:is_binary() then
local tools = {"lb", "ranlib", "objcopy"} local tools = {"ld", "ranlib", "objcopy"}
for _, tool in ipairs(tools) do for _, tool in ipairs(tools) do
if not package:find_tool(tool) then if not package:find_tool(tool) then
return return

Loading…
Cancel
Save