summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-30 23:23:29 +0800
committerruki <[email protected]>2026-03-30 23:23:29 +0800
commit70e7db257cdb1a23b3fe5edcf216d9bd25dd8f5b (patch)
tree7fbb7ed9b5adfdd0d1241e57b0a81e698a1fb0fd
parent026ef6d6eb6bdd5206ab179b15a8dd18c59e3904 (diff)
inherit clang_cl
-rw-r--r--xmake/modules/core/tools/icx_cc.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/icx_cc.lua b/xmake/modules/core/tools/icx_cc.lua
index bf44dea16..19278863a 100644
--- a/xmake/modules/core/tools/icx_cc.lua
+++ b/xmake/modules/core/tools/icx_cc.lua
@@ -18,5 +18,4 @@
-- @file icx_cc.lua
--
--- inherit icx (clang-compatible)
-inherit("icx")
+inherit("clang_cl")