From 1d041891edec9d99a1922fd7f4a4770b60412cfd Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 19 Jun 2015 16:23:29 +0800 Subject: rebuild the main implementation --- xmake/scripts/action/_lua.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xmake/scripts/action/_lua.lua') diff --git a/xmake/scripts/action/_lua.lua b/xmake/scripts/action/_lua.lua index 11385a052..75500acb0 100644 --- a/xmake/scripts/action/_lua.lua +++ b/xmake/scripts/action/_lua.lua @@ -31,7 +31,14 @@ local config = require("base/config") local string = require("base/string") local tools = require("tools/tools") local platform = require("platform/platform") + +-- need access to the given file? +function _lua.need(name) + -- no accessors + return false +end + -- done the given config function _lua.done() -- cgit v1.3.1