diff options
| author | ruki <[email protected]> | 2015-06-20 19:47:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-20 19:47:54 +0800 |
| commit | 12e518a819bb848c67452655abdfcce5c0d90bd2 (patch) | |
| tree | bed9d450f1e0f63be5a5f57fcb62672e8bcf4765 /xmake/scripts/base/main.lua | |
| parent | 2ee74d41c449192a66a2bc5cc1ca64fbc952c626 (diff) | |
copy subfiles with pattern
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -rw-r--r-- | xmake/scripts/base/main.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua index 852ee9104..8e3773f82 100644 --- a/xmake/scripts/base/main.lua +++ b/xmake/scripts/base/main.lua @@ -152,13 +152,6 @@ function main._init() end xmake._PROJECT_FILE = projectfile assert(projectfile) - - -- enter the project directory - if not os.cd(xmake._PROJECT_DIR) then - -- error - utils.error("not found project: %s!", xmake._PROJECT_DIR) - return false - end end -- the main function |
