summaryrefslogtreecommitdiff
path: root/xmake/actions
diff options
context:
space:
mode:
authorruki <[email protected]>2016-03-04 11:09:45 +0800
committerruki <[email protected]>2016-03-04 11:09:45 +0800
commitca29fd0cc42da28c3ded41973ca5cc5b1c3e7ff9 (patch)
tree374e2943948e564ed010ba07835980e080e5ae20 /xmake/actions
parentae466964bd7404958782890a267e98bd104a43bd (diff)
add some directories for task
Diffstat (limited to 'xmake/actions')
-rwxr-xr-xxmake/actions/global/xmake.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua
index 7736a411b..24bd90fb2 100755
--- a/xmake/actions/global/xmake.lua
+++ b/xmake/actions/global/xmake.lua
@@ -29,7 +29,11 @@ task("global")
-- on run
on_task_run(function ()
-
+ printf("$(tmpdir)")
+ printf("$(buildir)")
+ printf("$(configdir)")
+ printf("$(globaldir)")
+ printf("$(projectdir)")
end)