summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/ninja.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-23 12:26:58 +0800
committerGitHub <[email protected]>2022-09-23 12:26:58 +0800
commite7dccdf5eb397d31031d242bc5d39990bdc370de (patch)
treecb68fceb2011c864529c910422dba7b03b02bead /xmake/modules/package/tools/ninja.lua
parent766f61852a6665a6c180baf37518f7ea988e48e3 (diff)
parent31e4124be2ae66eb10ac43f0b673ee1728104a67 (diff)
Merge pull request #2858 from xmake-io/trybuild
Improve trybuild to build 3rd source library using xmake-repo scripts
Diffstat (limited to 'xmake/modules/package/tools/ninja.lua')
-rw-r--r--xmake/modules/package/tools/ninja.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/ninja.lua b/xmake/modules/package/tools/ninja.lua
index d61e144b2..42dc73ed6 100644
--- a/xmake/modules/package/tools/ninja.lua
+++ b/xmake/modules/package/tools/ninja.lua
@@ -34,7 +34,7 @@ function build(package, configs, opt)
end
table.insert(argv, "-C")
table.insert(argv, buildir)
- if option.get("verbose") then
+ if option.get("diagnosis") then
table.insert(argv, "-v")
end
table.insert(argv, "-j")