summaryrefslogtreecommitdiff
path: root/xmake/tools/cl.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-11 12:51:14 +0800
committerruki <[email protected]>2016-07-11 12:51:14 +0800
commit7df92ed3a7a1414bf68abc7486c26f59edb79b67 (patch)
tree1af179ae2f3c2714f7f4ab839f498bfd502677c3 /xmake/tools/cl.lua
parent7973f797156b124f258a9f112649fde1ba5bb9e8 (diff)
add os.mclock for sandbox
Diffstat (limited to 'xmake/tools/cl.lua')
-rwxr-xr-xxmake/tools/cl.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/tools/cl.lua b/xmake/tools/cl.lua
index 9ebc52560..dc1c3331b 100755
--- a/xmake/tools/cl.lua
+++ b/xmake/tools/cl.lua
@@ -20,6 +20,9 @@
-- @file cl.lua
--
+-- imports
+import("core.project.project")
+
-- init it
function init(shellname)