diff options
| author | ruki <[email protected]> | 2020-07-22 22:36:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-22 22:36:24 +0800 |
| commit | 4802ad8f1a33e71bca727f345412b368b279e12a (patch) | |
| tree | 25260c15bac5ba345a9a401f00e487a0f8845c4c /xmake/actions/install/main.lua | |
| parent | 2ef5c7639b752c71b1190cd3f2204fe58ba0af59 (diff) | |
disaboe verbose config for other actions
Diffstat (limited to 'xmake/actions/install/main.lua')
| -rw-r--r-- | xmake/actions/install/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/install/main.lua b/xmake/actions/install/main.lua index d0f0f8d4c..48f92c70f 100644 --- a/xmake/actions/install/main.lua +++ b/xmake/actions/install/main.lua @@ -68,7 +68,7 @@ function main() local targetname = option.get("target") -- config it first - task.run("config", {target = targetname, require = "n"}) + task.run("config", {target = targetname, require = "n", verbose = false}) -- check targets first _check_targets(targetname) |
