diff options
| author | ruki <[email protected]> | 2023-12-12 00:07:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-12 00:07:34 +0800 |
| commit | c24eea4f7322424be642842aa5840156460d1fbb (patch) | |
| tree | bd4651adfc31ba05e171f37ffcbd2a53bfa2e4c0 | |
| parent | 47c2866e5846443b39ff5222c3503dbdb952d542 (diff) | |
update comments
| -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 0c2c41eb9..84f29dd06 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -100,7 +100,7 @@ function policy.policies() ["package.install_only"] = {description = "Only install packages from remote.", type = "boolean"}, -- Always install packages every time ["package.install_always"] = {description = "Always install packages every time.", type = "boolean"}, - -- Install packages in the project folder instead of XMAKE_PKG_INSTALLDIR + -- Install packages in the local project folder ["package.install_locally"] = {description = "Install packages in the local project folder.", default = false, type = "boolean"}, -- Set custom headers when downloading package ["package.download.http_headers"] = {description = "Set the custom http headers when downloading package."}, |
