summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-28 22:54:18 +0800
committerruki <[email protected]>2020-10-28 22:54:18 +0800
commit574f40bea7bcf2cb180865dd96c0d684c72e032c (patch)
treebb21b43fc0e98bedfebac2c501b5984dcc281244 /xmake/modules
parentc8397516448cbdc51bc73173455ac62332b98737 (diff)
fix cl
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/core/tools/cl.lua2
1 files changed, 1 insertions, 1 deletions
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")