From 014e5b8b3e1078fc42a06e8eeecd2be1ad26a8a7 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 16 Oct 2025 22:48:12 +0800 Subject: fix platform toolchain cache --- xmake/core/platform/platform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua index a06a45414..61fee4ec3 100644 --- a/xmake/core/platform/platform.lua +++ b/xmake/core/platform/platform.lua @@ -281,7 +281,7 @@ function _instance:check() standalone = true end idx = idx + 1 - table.insert(toolchains_valid, toolchain:name()) + table.insert(toolchains_valid, toolchain:fullname()) end end if #toolchains == 0 then -- cgit v1.3.1