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/_create.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xmake/scripts/action/_create.lua') diff --git a/xmake/scripts/action/_create.lua b/xmake/scripts/action/_create.lua index 5b072b135..133e688d3 100644 --- a/xmake/scripts/action/_create.lua +++ b/xmake/scripts/action/_create.lua @@ -29,6 +29,13 @@ local config = require("base/config") local template = require("base/template") local platform = require("platform/platform") +-- need access to the given file? +function _create.need(name) + + -- no accessors + return false +end + -- done the given config function _create.done() -- cgit v1.3.1