summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-14 23:13:17 +0800
committerruki <[email protected]>2020-05-14 13:19:43 +0800
commit2e838f7c9db7f0cfaff1e15d41821ee9235c1b3a (patch)
tree700e83487b15610c91cd699d50b29590a1e03dd2 /tests/projects
parent46abd569d127f5d77735cc2071018970d34bcd37 (diff)
add build.across_targets_in_parallel policy
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/other/merge_archive/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/merge_archive/xmake.lua b/tests/projects/other/merge_archive/xmake.lua
index 07be717b8..11092dec9 100644
--- a/tests/projects/other/merge_archive/xmake.lua
+++ b/tests/projects/other/merge_archive/xmake.lua
@@ -14,7 +14,7 @@ target("mul")
set_kind("static")
add_deps("add", "sub")
add_files("src/mul.c")
- set_values("build.across_targets_in_parallel", false)
+ set_policy("build.across_targets_in_parallel", false)
if is_plat("windows") then
add_files("$(buildir)/merge_archive/*.lib")
else