summaryrefslogtreecommitdiff
path: root/xmake/actions/global/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/actions/global/xmake.lua')
-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)