diff options
| author | ruki <[email protected]> | 2017-05-24 14:32:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-24 14:32:08 +0800 |
| commit | 7ef69739513b4b4431f6f683fe2a9d297658be02 (patch) | |
| tree | 14fd2789a956cbcb79e1ea217541bfc6e75bd99e /xmake/core/project/task.lua | |
| parent | 4e52205dc696ade5ba01c8d6ccf9831b59ad6196 (diff) | |
remove xmake variable
Diffstat (limited to 'xmake/core/project/task.lua')
| -rw-r--r-- | xmake/core/project/task.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/core/project/task.lua b/xmake/core/project/task.lua index 0111dd6e9..a162d84e4 100644 --- a/xmake/core/project/task.lua +++ b/xmake/core/project/task.lua @@ -203,8 +203,7 @@ function task._interpreter() , configdir = config.directory() , projectdir = xmake._PROJECT_DIR , packagedir = package.directory() - , programdir = xmake._PROGRAM_DIR - , xmake = path.join(xmake._PROGRAM_DIR, "xmake") + , programdir = os.programdir() } -- map it |
