Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Jul 13, 2024
1 parent 66a1dc7 commit 968d080
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
if package:find_tool("system::ld") then
if package:find_tool("ld") then
return {}
end
elseif package:is_library() then
Expand Down

0 comments on commit 968d080

Please sign in to comment.