From 70e7db257cdb1a23b3fe5edcf216d9bd25dd8f5b Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 30 Mar 2026 23:23:29 +0800 Subject: inherit clang_cl --- xmake/modules/core/tools/icx_cc.lua | 3 +-- 1 file changed, 1 insertion(+), 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") -- cgit v1.3.1