summaryrefslogtreecommitdiff
path: root/xmake/scripts/action/_create.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/action/_create.lua')
-rw-r--r--xmake/scripts/action/_create.lua7
1 files changed, 7 insertions, 0 deletions
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()