diff options
Diffstat (limited to 'xmake/scripts/action/_lua.lua')
| -rw-r--r-- | xmake/scripts/action/_lua.lua | 7 |
1 files changed, 7 insertions, 0 deletions
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() |
