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 From 4ecbedcbf006a01b87767f2d294e0a42b79aec1b Mon Sep 17 00:00:00 2001 From: 戈多 Date: Fri, 14 Nov 2025 00:15:34 +0800 Subject: Clear comments typo in zig-cc toolchain --- 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 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 -- cgit v1.3.1