Skip to content

Commit

Permalink
fix ninja policy #5792
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 7, 2024
1 parent a71785c commit 8693657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/core/project/policy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function policy.policies()
-- https://github.com/xmake-io/xmake/issues/3952
["package.xmake.pass_depconfs"] = {description = "Automatically passes dependency configuration for inner xmake package", default = true, type = "boolean"},
-- 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"},
["package.cmake_generator.ninja"] = {description = "Set cmake package use ninja for build", type = "boolean"},
-- Enable msbuild MultiToolTask
["package.msbuild.multi_tool_task"] = {description = "Enable msbuild MultiToolTask.", default = false, type = "boolean"},
-- Stop to test on the first failure
Expand Down

0 comments on commit 8693657

Please sign in to comment.