diff options
| author | ruki <[email protected]> | 2015-05-25 13:31:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-25 13:31:58 +0800 |
| commit | ba21449bbe648132975f6c52b3665db4c6aefad2 (patch) | |
| tree | 4edee4f29bff71efd699978e94d645bf40ba5b23 /xmake/scripts/base/main.lua | |
| parent | e990cfd7552f78d7b1992a85a721645035afb6c5 (diff) | |
save the global configure
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -rw-r--r-- | xmake/scripts/base/main.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua index 63e61a4de..e983d4da5 100644 --- a/xmake/scripts/base/main.lua +++ b/xmake/scripts/base/main.lua @@ -29,6 +29,7 @@ local path = require("base/path") local utils = require("base/utils") local option = require("base/option") local config = require("base/config") +local global = require("base/global") local project = require("base/project") local preprocessor = require("base/preprocessor") local action = require("action/action") @@ -397,10 +398,10 @@ function main._done_global() assert(options) -- load global configure - local errors = nil - + global.loadxconf() -- dump global + global.dump() -- done action return action.done("global") |
