summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-14 00:44:35 +0800
committerruki <[email protected]>2022-09-14 00:44:35 +0800
commit25c5bda2b412663df909f09bcdf13e75a2102365 (patch)
tree415d53edf35e158de44e012642b80d2b1d91c016
parent03766e4cf5df0cedd9f18f72b089dfac61a82821 (diff)
fix import
-rw-r--r--xmake/modules/core/tools/clang_cl.lua1
1 files changed, 1 insertions, 0 deletions
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)