summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-03 23:54:36 +0800
committerruki <[email protected]>2024-12-03 23:54:36 +0800
commitb580caf8121ca38ef4413f428bd9b5cb0277695a (patch)
tree52e31b53b2114bfeda77c1e66e25670f9bf57ca6
parent5823e8911274de13645ad8fc11668c8c4478d7af (diff)
add links
-rw-r--r--xmake/core/project/policy.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua
index 0930b40fa..0646bd3bc 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -137,9 +137,10 @@ function policy.policies()
-- will force the installed packages to be recompiled and installed. @see https://github.com/xmake-io/xmake/issues/2719
["package.librarydeps.strict_compatibility"] = {description = "Set strict compatibility for package and it's all library dependencies.", type = "boolean"},
-- Resolve package dependencies conflict automatically
+ -- @see https://github.com/xmake-io/xmake/issues/5745
["package.resolve_depconflict"] = {description = "Automatically resolve package dependencies conflict.", default = true, type = "boolean"},
-- Automatically passes dependency configuration for inner xmake package
- -- https://github.com/xmake-io/xmake/issues/3952
+ -- @see 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", type = "boolean"},