diff options
| author | ruki <[email protected]> | 2025-11-01 00:42:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-01 00:42:25 +0800 |
| commit | 4b0a1d6e4eb5ce15b86f75a3e8ca85041c445ad0 (patch) | |
| tree | a55e26bf3493b3cdab5e2b9739e3d5db49d503f3 /xmake/core | |
| parent | fe201a2122485acc09e5c5bda75cdb14a7d4d50e (diff) | |
add build.progress_style policy
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/project/policy.lua | 2 |
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 |
