summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")