diff options
| author | 戈多 <[email protected]> | 2025-11-14 00:15:34 +0800 |
|---|---|---|
| committer | 戈多 <[email protected]> | 2025-11-14 00:15:34 +0800 |
| commit | 4ecbedcbf006a01b87767f2d294e0a42b79aec1b (patch) | |
| tree | 8dbb510cf7fce9fa152d5d5099d58c2b42bba844 /xmake/modules | |
| parent | bd397bcf7ec565a0894676147f2b4e159bbc7bcb (diff) | |
Clear comments typo in zig-cc toolchain
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/core/tools/zig_cc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/zig_cc.lua b/xmake/modules/core/tools/zig_cc.lua index 47f1d3989..7e8209075 100644 --- a/xmake/modules/core/tools/zig_cc.lua +++ b/xmake/modules/core/tools/zig_cc.lua @@ -18,7 +18,7 @@ -- @file zig_cc.lua -- --- inherit gcc +-- inherit clang inherit("clang") -- make the strip flag |
