diff options
| author | ruki <[email protected]> | 2015-05-19 11:42:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-19 11:42:14 +0800 |
| commit | 050d1882cf578ca81f92666d42bc005b7c0eb914 (patch) | |
| tree | 3da2dadd83c155ab2e07811d703172918e03159f /xmake/scripts/action | |
| parent | f1de3034b9afbb88f83501730bf27c31078818ed (diff) | |
find and match files or directories
Diffstat (limited to 'xmake/scripts/action')
| -rw-r--r-- | xmake/scripts/action/_config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_config.lua b/xmake/scripts/action/_config.lua index 1af22d27e..46e123800 100644 --- a/xmake/scripts/action/_config.lua +++ b/xmake/scripts/action/_config.lua @@ -27,7 +27,7 @@ local _config = _config or {} local utils = require("base/utils") local config = require("base/config") local makefile = require("base/makefile") - + -- done the given config function _config.done() |
