summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/base/main.lua')
-rw-r--r--xmake/scripts/base/main.lua7
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