diff options
| author | ruki <[email protected]> | 2015-06-19 16:23:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-19 16:23:29 +0800 |
| commit | 1d041891edec9d99a1922fd7f4a4770b60412cfd (patch) | |
| tree | e5cd7add5e44a873544859a6e17afc998ec75d54 /xmake/scripts/action/_lua.lua | |
| parent | c93c5254d82a621a116dbbcd0130b08f5e33ce2b (diff) | |
rebuild the main implementation
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() |
