diff options
| author | 戈多 <[email protected]> | 2025-11-14 00:08:01 +0800 |
|---|---|---|
| committer | 戈多 <[email protected]> | 2025-11-14 00:08:01 +0800 |
| commit | bd397bcf7ec565a0894676147f2b4e159bbc7bcb (patch) | |
| tree | 68ebcb9be61698d26915459220d504a7cacf23f8 /xmake/modules/core/tools | |
| parent | d4205f6eca2257d69db51089341490e369552180 (diff) | |
Make zig-cc inherit from clang
Diffstat (limited to 'xmake/modules/core/tools')
| -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 5ffaeca89..47f1d3989 100644 --- a/xmake/modules/core/tools/zig_cc.lua +++ b/xmake/modules/core/tools/zig_cc.lua @@ -19,7 +19,7 @@ -- -- inherit gcc -inherit("gcc") +inherit("clang") -- make the strip flag function nf_strip(self, level) |
