summaryrefslogtreecommitdiff
path: root/xmake/core/base/project.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/project.lua')
-rw-r--r--xmake/core/base/project.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/project.lua b/xmake/core/base/project.lua
index b9e0edd24..d50400755 100644
--- a/xmake/core/base/project.lua
+++ b/xmake/core/base/project.lua
@@ -454,6 +454,7 @@ function project._interpreter()
local maps =
{
os = platform.os()
+ , host = xmake._HOST
, prefix = "$(prefix)"
, projectdir = xmake._PROJECT_DIR
}