diff options
| author | ruki <[email protected]> | 2016-04-15 11:29:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-04-15 11:29:31 +0800 |
| commit | 8783f5a604a928f414059b77d2bcc4eb6ef10803 (patch) | |
| tree | 48b0b1015268cbae60186a60010652fddfad46a7 /xmake/core/project/project.lua | |
| parent | f6942112a7377b99c0be9eac45b269519ab4ac56 (diff) | |
add checker for macosx
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 252e75ab6..cc9072369 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -474,8 +474,8 @@ function project._interpreter() return interp end --- probe the project -function project.probe() +-- check the project +function project.check() -- enter the project directory local ok, errors = os.cd(xmake._PROJECT_DIR) |
