diff options
| -rw-r--r-- | xmake/modules/private/xrepo/action/export.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/xrepo/action/export.lua b/xmake/modules/private/xrepo/action/export.lua index 66517bf79..fb8a006b8 100644 --- a/xmake/modules/private/xrepo/action/export.lua +++ b/xmake/modules/private/xrepo/action/export.lua @@ -86,6 +86,7 @@ function _export_packages(packages) end end + local oldir = os.curdir() -- enter working project directory local subdir = "working" if packagefile then |
