summaryrefslogtreecommitdiff
path: root/xmake/core/package/addon.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-15 14:46:25 +0800
committerruki <[email protected]>2026-08-15 14:46:25 +0800
commit62bae6f061c8577aae7dff8c1f6c47a5e705f3bb (patch)
tree0543fce3beaa9bb452d5d179086afc3ac4aa590e /xmake/core/package/addon.lua
parent57be1de09f2a890e9fff49560ce2665a38e53abb (diff)
improve tips
Diffstat (limited to 'xmake/core/package/addon.lua')
-rw-r--r--xmake/core/package/addon.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/package/addon.lua b/xmake/core/package/addon.lua
index 8787ab73a..43cb81edf 100644
--- a/xmake/core/package/addon.lua
+++ b/xmake/core/package/addon.lua
@@ -573,8 +573,6 @@ end
--
function addon.payloadinfos(kind)
local payloadinfos = {}
- -- @note we need to iterate them in a deterministic order, the load order matters,
- -- e.g. the first plugin wins if two addons provide the same task name
for name, addoninfo in table.orderpairs(addon.addons()) do
if table.contains(addoninfo.payloads or {}, kind) then
table.insert(payloadinfos, {