diff options
| -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 |
