From 057493ce4252bbbd3c52db87ec044e14ce565ed5 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 16 Apr 2017 19:47:24 +0800 Subject: add and variables --- xmake/core/project/task.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmake/core/project/task.lua') diff --git a/xmake/core/project/task.lua b/xmake/core/project/task.lua index ed0150694..35c051ef9 100644 --- a/xmake/core/project/task.lua +++ b/xmake/core/project/task.lua @@ -202,6 +202,8 @@ function task._interpreter() , configdir = config.directory() , projectdir = xmake._PROJECT_DIR , packagedir = package.directory() + , programdir = xmake._PROGRAM_DIR + , xmake = path.join(xmake._PROGRAM_DIR, "xmake") } -- map it -- cgit v1.3.1