summaryrefslogtreecommitdiff
path: root/xmake/core/platform/platform.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-16 22:48:12 +0800
committerruki <[email protected]>2025-10-16 22:48:12 +0800
commit014e5b8b3e1078fc42a06e8eeecd2be1ad26a8a7 (patch)
tree3319c41ccaddcdb06ae44b08cc3e70a778710853 /xmake/core/platform/platform.lua
parentfa1e44cc4ee14fdc3e6e82546c995e888c56d460 (diff)
fix platform toolchain cache
Diffstat (limited to 'xmake/core/platform/platform.lua')
-rw-r--r--xmake/core/platform/platform.lua2
1 files changed, 1 insertions, 1 deletions
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