diff options
| author | 白喵 <[email protected]> | 2024-07-25 16:47:17 +0800 |
|---|---|---|
| committer | 白喵 <[email protected]> | 2024-07-25 16:47:17 +0800 |
| commit | fb38aef96ba744788c5dffdee38a4f818ba9e945 (patch) | |
| tree | 6d938de66f0311938db01a4f0ca1fe6263fb3ea7 /xmake/core/project/policy.lua | |
| parent | a066a32e9c668967fb11486e77f92b11c1a22f5d (diff) | |
update policy
Diffstat (limited to 'xmake/core/project/policy.lua')
| -rw-r--r-- | xmake/core/project/policy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index 2a2195cdb..3e02d210d 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -138,7 +138,7 @@ function policy.policies() -- It will force cmake package use ninja for build ["package.cmake_generator.ninja"] = {description = "Set cmake package use ninja for build", default = false, type = "boolean"}, -- Enable msbuild MultiToolTask - ["package.msbuild.multi_tool_task"] = {description = "Enable msbuild MultiToolTask.", type = "boolean"}, + ["package.msbuild.multi_tool_task"] = {description = "Enable msbuild MultiToolTask.", default = false, type = "boolean"}, -- Stop to test on the first failure ["test.stop_on_first_failure"] = {description = "Stop to test on the first failure", default = false, type = "boolean"}, -- Return zero as exit code on failure |
