diff options
| -rw-r--r-- | xmake/modules/core/tools/clang_cl.lua | 1 |
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) |
