diff options
| author | ruki <[email protected]> | 2020-10-28 22:54:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-28 22:54:18 +0800 |
| commit | 574f40bea7bcf2cb180865dd96c0d684c72e032c (patch) | |
| tree | bb21b43fc0e98bedfebac2c501b5984dcc281244 | |
| parent | c8397516448cbdc51bc73173455ac62332b98737 (diff) | |
fix cl
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 2 |
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") |
