diff options
Diffstat (limited to 'xmake/core/tool/builder.lua')
| -rw-r--r-- | xmake/core/tool/builder.lua | 1 |
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 = {} |
