diff options
| author | ruki <[email protected]> | 2025-06-03 23:49:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-03 23:49:24 +0800 |
| commit | 618f7752fd27fd65fa6ceece235e4aaf32c499d1 (patch) | |
| tree | f996045fec7d74b18e4d54af14da1f8e59ed51e5 /xmake/core | |
| parent | b51ce4ebec27a4ca3b10f29eb4bbfe3024c5f9fd (diff) | |
modify policy
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/project/policy.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index 010ae61cf..948674159 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -179,8 +179,8 @@ function policy.policies() ["network.mode"] = {description = "Set the network mode", type = "string"}, -- Set the compatibility version, e.g. 2.0, 3.0 ["compatibility.version"] = {description = "Set the compatibility version", type = "string", default = "3.0", values = {"2.0", "3.0"}}, - -- Enable or disable multiverison solution output - ["generator.vsxmake.multiversion"] = {description = "Enable or disable multiverison solution output", default = true, type = "boolean"} + -- Generate the solution file in root output directory + ["generator.vsxmake.root_sln"] = {description = "Generate the solution file in root output directory", default = false, type = "boolean"} } policy._POLICIES = policies end |
