summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-23 23:35:10 +0800
committerruki <[email protected]>2026-08-23 23:35:10 +0800
commitd38052166362f81792c1df01538a85dfc36a46ff (patch)
treed04d807d1a8db51b185b7f7aa07b84a2ad963dc3
parentca2386b06786ac86fa11d75fb7459358b46ad6ba (diff)
improve comments
-rw-r--r--xmake/modules/private/utils/toolchain.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/utils/toolchain.lua b/xmake/modules/private/utils/toolchain.lua
index bd673fa0c..3b4fe8296 100644
--- a/xmake/modules/private/utils/toolchain.lua
+++ b/xmake/modules/private/utils/toolchain.lua
@@ -695,7 +695,7 @@ function get_zig_target(toolchain)
end
if toolchain:is_plat("cross") then
- -- xmake f -p cross --toolchain=zig --cross=mips64el-linux-gnuabi64
+ -- xmake f -p cross --toolchain=zigcc --cross=mips64el-linux-gnuabi64
elseif toolchain:is_plat("macosx") then
--@see https://github.com/ziglang/zig/issues/14226
target = arch .. "-macos-none"