diff options
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index e5feb7d14..173eb002c 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -125,9 +125,11 @@ function main._init() -- get project directory and project file from the argument option local options, err = main._basicparse() + utils.dump(options) if not options then return false, err end + print("options.project", options.project) -- init project paths only for xmake engine if xmake._NAME == "xmake" then |
