summaryrefslogtreecommitdiff
path: root/xmake/core/base/task.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/task.lua')
-rw-r--r--xmake/core/base/task.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index 7ffcdfcc4..7a7005de0 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -197,6 +197,7 @@ function task._interpreter()
local maps =
{
host = os.host()
+ , subhost = os.subhost()
, tmpdir = function () return os.tmpdir() end
, curdir = function () return os.curdir() end
, scriptdir = function () return sandbox_os.scriptdir() end