diff options
| -rw-r--r-- | xmake/modules/private/xrepo/action/env.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/private/xrepo/action/env.lua b/xmake/modules/private/xrepo/action/env.lua index 0c547a1ed..4a092df54 100644 --- a/xmake/modules/private/xrepo/action/env.lua +++ b/xmake/modules/private/xrepo/action/env.lua @@ -105,6 +105,8 @@ function _enter_project() os.vrunv("xmake", {"create", "-P", "."}) else os.cd(workdir) + os.rm("*") + os.vrunv("xmake", {"create", "-P", "."}) end project.chdir(workdir) end |
