From bd397bcf7ec565a0894676147f2b4e159bbc7bcb Mon Sep 17 00:00:00 2001 From: 戈多 Date: Fri, 14 Nov 2025 00:08:01 +0800 Subject: Make zig-cc inherit from clang --- xmake/modules/core/tools/zig_cc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1