summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/pack/main.lua')
-rw-r--r--xmake/plugins/pack/main.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/plugins/pack/main.lua b/xmake/plugins/pack/main.lua
index 9ca47074f..b108be790 100644
--- a/xmake/plugins/pack/main.lua
+++ b/xmake/plugins/pack/main.lua
@@ -112,12 +112,12 @@ function main()
return remote_build_action()
end
- -- lock the whole project
- project.lock()
-
-- load config first
task.run("config", {}, {disable_dump = true})
+ -- lock the whole project
+ project.lock()
+
-- enter project directory
local oldir = os.cd(project.directory())