diff options
| author | ruki <[email protected]> | 2016-02-28 14:14:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-28 14:14:25 +0800 |
| commit | 5c154ce0b281f073fb6c8e475e932837da0d5117 (patch) | |
| tree | b670dfe584762f397fe466be227b09d375b1ec90 /xmake/core/action/create.lua | |
| parent | 9212146ac3d022a54f659d87fb0ecd7a7db2bee4 (diff) | |
hide _OPTIONS
Diffstat (limited to 'xmake/core/action/create.lua')
| -rw-r--r-- | xmake/core/action/create.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/core/action/create.lua b/xmake/core/action/create.lua index cf6dbcd71..eb420959e 100644 --- a/xmake/core/action/create.lua +++ b/xmake/core/action/create.lua @@ -26,6 +26,7 @@ local action_create = action_create or {} -- load modules local path = require("base/path") local utils = require("base/utils") +local option = require("base/option") local template = require("base/template") -- need access to the given file? @@ -39,7 +40,7 @@ end function action_create.done() -- the options - local options = xmake._OPTIONS + local options = option.options() assert(options) -- the target name |
