diff options
| -rw-r--r-- | xmake/actions/package/remote/main.lua | 3 |
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 |
