瀏覽代碼

fix typo in binutils package (#4670)

Enzo Einhorn 1 年之前
父節點
當前提交
f33fb227cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/b/binutils/xmake.lua

+ 1 - 1
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