diff options
| author | ruki <[email protected]> | 2026-08-23 23:35:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-23 23:35:10 +0800 |
| commit | d38052166362f81792c1df01538a85dfc36a46ff (patch) | |
| tree | d04d807d1a8db51b185b7f7aa07b84a2ad963dc3 | |
| parent | ca2386b06786ac86fa11d75fb7459358b46ad6ba (diff) | |
improve comments
| -rw-r--r-- | xmake/modules/private/utils/toolchain.lua | 2 |
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" |
