diff options
| author | ruki <[email protected]> | 2024-05-12 23:09:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-12 23:09:53 +0800 |
| commit | 6cc8833def0b68bcb23fe2ad4e4ad10acfd90e73 (patch) | |
| tree | 599096aed3e9f24c29db43e13e468011561c6a2e | |
| parent | ea06f3507c1e3ef5dec792b118d0f5bd8ce972ce (diff) | |
fix autobuild
| -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 0c519473b..f688de48f 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") + task.run("build", {target = option.get("target")}) end -- load targets |
