From 574f40bea7bcf2cb180865dd96c0d684c72e032c Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 28 Oct 2020 22:54:18 +0800 Subject: fix cl --- xmake/modules/core/tools/cl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/cl.lua') diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index e31a9909e..1144023c5 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -20,7 +20,7 @@ -- imports import("core.base.option") -import("core.base.glboal") +import("core.base.global") import("core.project.project") import("core.language.language") import("private.tools.vstool") -- cgit v1.3.1