summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-28 07:41:31 +0800
committerruki <[email protected]>2022-05-28 07:41:31 +0800
commit7d5a9b498a47c47554daee8839e4f9caac1dcc64 (patch)
treeaf6b7a6afc0febdd9e75fe596c8b907ffa4dab0f
parent79d42b329c0b075a154fc9009e0d4294a5caafbf (diff)
improve package
-rw-r--r--xmake/actions/package/remote/main.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/actions/package/remote/main.lua b/xmake/actions/package/remote/main.lua
index dfe76bd6b..f37b1e9ac 100644
--- a/xmake/actions/package/remote/main.lua
+++ b/xmake/actions/package/remote/main.lua
@@ -123,6 +123,9 @@ function main()
-- lock the whole project
project.lock()
+ -- load config
+ config.load()
+
-- package the given target?
local targetname = option.get("target")
if targetname then