summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/core/tools/zig_cc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/zig_cc.lua b/xmake/modules/core/tools/zig_cc.lua
index 5ffaeca89..7e8209075 100644
--- a/xmake/modules/core/tools/zig_cc.lua
+++ b/xmake/modules/core/tools/zig_cc.lua
@@ -18,8 +18,8 @@
-- @file zig_cc.lua
--
--- inherit gcc
-inherit("gcc")
+-- inherit clang
+inherit("clang")
-- make the strip flag
function nf_strip(self, level)