diff options
| author | ruki <[email protected]> | 2025-11-14 14:17:31 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-14 14:17:31 +0800 |
| commit | 7b66ccfbd2db6925d6ccba7e56273396cb66b416 (patch) | |
| tree | 65ef4f28957452fc5f1e20a18781949c6ba624c4 | |
| parent | bc1c127d13929da2f58aa93fb92e66ddaa451fe5 (diff) | |
| parent | 4ecbedcbf006a01b87767f2d294e0a42b79aec1b (diff) | |
Merge pull request #7022 from moegodot/dev
Make zig-cc inherit from clang
| -rw-r--r-- | xmake/modules/core/tools/zig_cc.lua | 4 |
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) |
