From aba05380fabe3d2fb7463652da26eb70190ad7ee Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 12 May 2024 23:33:27 +0800 Subject: improve autobuild again --- xmake/actions/run/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/run/main.lua b/xmake/actions/run/main.lua index f688de48f..4f9e44f6a 100644 --- a/xmake/actions/run/main.lua +++ b/xmake/actions/run/main.lua @@ -212,7 +212,7 @@ function main() -- we need clear the previous config and reload it -- to avoid trigger recheck configs config.clear() - task.run("build", {target = option.get("target")}) + task.run("build", {target = option.get("target"), all = option.get("all")}) end -- load targets -- cgit v1.3.1