diff options
| -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) |
