From 25c5bda2b412663df909f09bcdf13e75a2102365 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 14 Sep 2022 00:44:35 +0800 Subject: fix import --- xmake/modules/core/tools/clang_cl.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/core/tools/clang_cl.lua b/xmake/modules/core/tools/clang_cl.lua index e01069223..c67eed91a 100644 --- a/xmake/modules/core/tools/clang_cl.lua +++ b/xmake/modules/core/tools/clang_cl.lua @@ -23,6 +23,7 @@ inherit("cl") import("core.base.option") import("core.base.tty") import("core.base.colors") +import("core.language.language") -- init it function init(self) -- cgit v1.3.1