summaryrefslogtreecommitdiff
path: root/xmake/core/project/template.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-20 09:51:14 +0800
committerruki <[email protected]>2017-01-20 09:51:14 +0800
commitb028a68c3f65f827ae2b7ff0ad644a86bb4597fa (patch)
tree3b835fae8d638c2bcd47d6132ab93800a6eb78b3 /xmake/core/project/template.lua
parent526ae0745dc6b354171e61ac97ff49f4cd8259f9 (diff)
add dictionary for interpreter
Diffstat (limited to 'xmake/core/project/template.lua')
-rw-r--r--xmake/core/project/template.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmake/core/project/template.lua b/xmake/core/project/template.lua
index 7e617c777..cdcefd414 100644
--- a/xmake/core/project/template.lua
+++ b/xmake/core/project/template.lua
@@ -60,10 +60,12 @@ function template._interpreter()
-- add_xxx
, "add_macrofiles"
}
- , keyvalues =
+ , dictionary =
{
+ -- set_xxx
+ "set_macros"
-- add_xxx
- "add_macros"
+ , "add_macros"
}
, script =
{