summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author戈多 <[email protected]>2025-11-14 00:08:01 +0800
committer戈多 <[email protected]>2025-11-14 00:08:01 +0800
commitbd397bcf7ec565a0894676147f2b4e159bbc7bcb (patch)
tree68ebcb9be61698d26915459220d504a7cacf23f8
parentd4205f6eca2257d69db51089341490e369552180 (diff)
Make zig-cc inherit from clang
-rw-r--r--xmake/modules/core/tools/zig_cc.lua2
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)