summaryrefslogtreecommitdiff
path: root/xmake/core/project
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-05 00:21:14 +0800
committerruki <[email protected]>2021-09-05 00:21:14 +0800
commit06b0a3c599b1cfb681dbbd89b4784190aadd2f8a (patch)
tree00c1a099f6f7da419208d6491480c6ac833514ce /xmake/core/project
parent1e4cd9f26fdae27e8253f5b214260830d719953b (diff)
update changelog
Diffstat (limited to 'xmake/core/project')
-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 418d4d566..8491e6883 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -44,7 +44,7 @@ function policy.policies()
-- we can compile the source files for each target in parallel
["build.across_targets_in_parallel"] = {description = "Enable compile the source files for each target in parallel.", default = true, type = "boolean"},
-- merge archive intead of linking for all dependent targets
- ["build.merge_archive"] = {description = "Enable merge archive intead of linking for all dependent targets.", default = false, type = "boolean"},
+ ["build.merge_archive"] = {description = "Enable merge archive intead of linking for all dependent targets.", default = false, type = "boolean"},
-- we need enable longpaths when building target or installing package
["platform.longpaths"] = {description = "Enable long paths when building target or installing package on windows.", default = false, type = "boolean"},
-- lock required packages