summaryrefslogtreecommitdiff
path: root/xmake/core/tool/builder.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-27 23:53:21 +0800
committerruki <[email protected]>2023-09-27 23:53:21 +0800
commit6ffb48dd54c6d2d4e6168fac56943481d58e29c4 (patch)
tree7a463c358d683d9a9ad047ed0e1a052c488ee8fa /xmake/core/tool/builder.lua
parentd53b673e631873b21b07665498a142cc31059c81 (diff)
add groups for interpreter
Diffstat (limited to 'xmake/core/tool/builder.lua')
-rw-r--r--xmake/core/tool/builder.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/tool/builder.lua b/xmake/core/tool/builder.lua
index afee76583..9c44c2c71 100644
--- a/xmake/core/tool/builder.lua
+++ b/xmake/core/tool/builder.lua
@@ -449,6 +449,7 @@ function builder:_sort_links_of_items(target, items)
if linkgroups and type(linkgroups) == "table" and #linkgroups > 1 then
makegroups = true
end
+ utils.dump(linkorders)
-- get all links
local links = {}