summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-01 00:42:25 +0800
committerruki <[email protected]>2025-11-01 00:42:25 +0800
commit4b0a1d6e4eb5ce15b86f75a3e8ca85041c445ad0 (patch)
treea55e26bf3493b3cdab5e2b9739e3d5db49d503f3 /xmake/core
parentfe201a2122485acc09e5c5bda75cdb14a7d4d50e (diff)
add build.progress_style policy
Diffstat (limited to 'xmake/core')
-rw-r--r--xmake/core/project/policy.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua
index 50d9c25e6..d2aca60cb 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -117,6 +117,8 @@ function policy.policies()
["build.jobgraph"] = {description = "Enable build jobgraph.", default = true, type = "boolean"},
-- Enable build on only remote machines
["build.distcc.remote_only"] = {description = "Enable build on only remote machines.", default = false, type = "boolean"},
+ -- Set the build progress output style, e.g. scroll (default), singlerow, multirow
+ ["build.progress_style"] = {description = "Set the build progress output style.", type = "string", values = {"scroll", "singlerow", "multirow"}},
-- Enable windows UAC and set level, e.g. invoker, admin, highest
["windows.manifest.uac"] = {description = "Enable windows manifest UAC.", type = "string"},
-- Enable ui access for windows UAC