diff options
| author | ruki <[email protected]> | 2024-05-12 23:33:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-12 23:33:27 +0800 |
| commit | aba05380fabe3d2fb7463652da26eb70190ad7ee (patch) | |
| tree | 435dbce62ebf86215bef69cdbb9a5793a6d13207 | |
| parent | 6cc8833def0b68bcb23fe2ad4e4ad10acfd90e73 (diff) | |
improve autobuild again
| -rw-r--r-- | xmake/actions/run/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
