summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-14 10:20:26 +0800
committerruki <[email protected]>2020-03-14 10:20:26 +0800
commit20eff88a7ef198356a19a28346d19d76acf7d140 (patch)
tree7cc1f10c49f040d15edd11d36957de121146c955 /tests/projects
parent9477b131e2f4ce5735ef282ec907cc56a7c37757 (diff)
fix build golang target
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/other/merge_archive/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/other/merge_archive/xmake.lua b/tests/projects/other/merge_archive/xmake.lua
index 86a08ab8a..07be717b8 100644
--- a/tests/projects/other/merge_archive/xmake.lua
+++ b/tests/projects/other/merge_archive/xmake.lua
@@ -14,6 +14,7 @@ target("mul")
set_kind("static")
add_deps("add", "sub")
add_files("src/mul.c")
+ set_values("build.across_targets_in_parallel", false)
if is_plat("windows") then
add_files("$(buildir)/merge_archive/*.lib")
else