diff options
| author | ruki <[email protected]> | 2015-05-14 14:38:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-14 14:38:30 +0800 |
| commit | b303b16817e3773c729f2cd1096d685b491db75b (patch) | |
| tree | e1782f1bfe8e873554ce2818a3008726e2e030e6 /xmake/scripts/base/main.lua | |
| parent | 914fd0881e2242f01b497650dd09432316aa48d3 (diff) | |
register configure and impl project.lua
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -rw-r--r-- | xmake/scripts/base/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua index c5e3d0e4e..7754f1d6b 100644 --- a/xmake/scripts/base/main.lua +++ b/xmake/scripts/base/main.lua @@ -295,6 +295,8 @@ function main._done_option() errors = string.format("load %s failed!", options.file) end + utils.dump(project._ROOT, "", "_PARENT") + -- done help if options.help then |
