diff options
| author | ruki <[email protected]> | 2016-11-11 00:11:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-11-11 00:11:03 +0800 |
| commit | 07ee355e9a9be761f33855b14658bcf0aaeb4d89 (patch) | |
| tree | 1c52d74ff4a478b8fd513fac99b3721b28d79619 | |
| parent | 4e3923f478a202b06504d1799abd759ed55ff6b3 (diff) | |
fix xmake.lua not found
| -rwxr-xr-x | xmake/actions/config/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index d9495318a..96eb05ef9 100755 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -137,7 +137,7 @@ function main() if not os.isfile(project.file()) then -- remove config directory if exists because the current directory is not a project - os.rm(config.directory(), true) + os.rm(config.directory()) -- error raise("xmake.lua not found!") |
