summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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