summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-08-24 07:22:42 +0800
committerGitHub <[email protected]>2024-08-24 07:22:42 +0800
commitc80898e12f88abe7df463bc64e0fb6bf081b8cdf (patch)
tree778fc24c5ff2207419f0f06c60fff46b67739d03 /xmake/plugins/pack/main.lua
parent3ba77c15ccf34187b6678f277f2dd418433493c8 (diff)
parentd19c47eac0a44b0bfbbf2e4ce7cf98713720a245 (diff)
Merge pull request #5466 from xmake-io/toolchain
Improve to check and load toolchain
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())