diff options
| author | ruki <[email protected]> | 2016-03-04 11:09:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-04 11:09:45 +0800 |
| commit | ca29fd0cc42da28c3ded41973ca5cc5b1c3e7ff9 (patch) | |
| tree | 374e2943948e564ed010ba07835980e080e5ae20 /xmake/actions | |
| parent | ae466964bd7404958782890a267e98bd104a43bd (diff) | |
add some directories for task
Diffstat (limited to 'xmake/actions')
| -rwxr-xr-x | xmake/actions/global/xmake.lua | 6 |
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) |
