diff options
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
| -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") |
