From c3576499ce8251ce6bf8610eb7b2b67d3e34a61b Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 14 Jul 2017 22:05:03 +0800 Subject: rename feature to buildmode --- xmake/modules/core/tools/ml.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/modules/core/tools/ml.lua') diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua index 207580dbc..6bc3ec4d1 100644 --- a/xmake/modules/core/tools/ml.lua +++ b/xmake/modules/core/tools/ml.lua @@ -52,8 +52,8 @@ function init(self) , ["-fsanitize=address"] = "" } - -- init features - _g.features = + -- init buildmodes + _g.buildmodes = { ["object:sources"] = false } -- cgit v1.3.1