From f6fec59106383347489ed77bb1896a9ccf5bbb2d Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 9 Jun 2015 14:46:10 +0800 Subject: remove preprocessor --- xmake/scripts/action/_global.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/action/_global.lua') diff --git a/xmake/scripts/action/_global.lua b/xmake/scripts/action/_global.lua index fc4113aff..5cfaf1bbd 100644 --- a/xmake/scripts/action/_global.lua +++ b/xmake/scripts/action/_global.lua @@ -34,7 +34,7 @@ function _global.done() global.dump() -- save the global configure - if not global.savexconf() then + if not global.save() then -- error utils.error("save configure failed!") return false -- cgit v1.3.1