diff options
| author | ruki <[email protected]> | 2025-10-16 22:48:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-16 22:48:12 +0800 |
| commit | 014e5b8b3e1078fc42a06e8eeecd2be1ad26a8a7 (patch) | |
| tree | 3319c41ccaddcdb06ae44b08cc3e70a778710853 /xmake/core/platform/platform.lua | |
| parent | fa1e44cc4ee14fdc3e6e82546c995e888c56d460 (diff) | |
fix platform toolchain cache
Diffstat (limited to 'xmake/core/platform/platform.lua')
| -rw-r--r-- | xmake/core/platform/platform.lua | 2 |
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 |
