summaryrefslogtreecommitdiff
path: root/xmake/core/project/policy.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-06 22:36:10 +0800
committerruki <[email protected]>2022-09-06 22:36:10 +0800
commit1fb9ef1571ded01ffe2077edcee0057bf4ced911 (patch)
tree6e212c8de704c9d63b47e5fcff5200f0fb7f55fd /xmake/core/project/policy.lua
parent10d142571fc619051f83d116393ab86a29fcaee2 (diff)
rename linkdeps to librarydeps
Diffstat (limited to 'xmake/core/project/policy.lua')
-rw-r--r--xmake/core/project/policy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua
index f2cb546bd..b746f6853 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -74,7 +74,7 @@ function policy.policies()
-- set strict compatibility for package dependencies
-- if true, then any updates to linked dependencies, such as buildhash changes due to version changes,
-- will force the installed packages to be recompiled and installed. @see https://github.com/xmake-io/xmake/issues/2719
- ["package.linkdeps.strict_compatibility"] = {description = "Set strict compatibility for package dependencies.", type = "boolean"},
+ ["package.librarydeps.strict_compatibility"] = {description = "Set strict compatibility for package dependencies.", type = "boolean"},
}
policy._POLICIES = policies
end