From d40e9406911279e9182e4605b3565aef7e225ddb Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 26 Oct 2022 00:43:18 +0800 Subject: to package name --- xmake/core/project/package.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xmake/core/project/package.lua b/xmake/core/project/package.lua index 5db816e29..7181480c4 100644 --- a/xmake/core/project/package.lua +++ b/xmake/core/project/package.lua @@ -256,6 +256,12 @@ function _instance:_sort_componentdeps(name) return orderdeps end +-- we need sort package set keys by this string +-- @see https://github.com/xmake-io/xmake/pull/2971#issuecomment-1290052169 +function _instance:__tostring() + return "" +end + -- get cache function package._cache() return localcache.cache("package") -- cgit v1.3.1