summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 376906a8e..945701a4f 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -1557,7 +1557,7 @@ function _instance:find_package(name, opt)
plat = self:plat(),
arch = self:arch(),
configs = table.join(self:configs(), opt.configs),
- components = self:get("components"),
+ components = self:components_orderlist(),
buildhash = self:buildhash(), -- for xmake package or 3rd package manager, e.g. go:: ..
cachekey = opt.cachekey or "fetch_package_system",
external = opt.external,