diff options
| author | ruki <[email protected]> | 2026-08-15 14:46:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-15 14:46:25 +0800 |
| commit | 62bae6f061c8577aae7dff8c1f6c47a5e705f3bb (patch) | |
| tree | 0543fce3beaa9bb452d5d179086afc3ac4aa590e /xmake/core/package/addon.lua | |
| parent | 57be1de09f2a890e9fff49560ce2665a38e53abb (diff) | |
improve tips
Diffstat (limited to 'xmake/core/package/addon.lua')
| -rw-r--r-- | xmake/core/package/addon.lua | 2 |
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, { |
