summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/objc/framework/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/objc/framework/xmake.lua b/tests/projects/objc/framework/xmake.lua
index 85f991ad7..530fa53f8 100644
--- a/tests/projects/objc/framework/xmake.lua
+++ b/tests/projects/objc/framework/xmake.lua
@@ -10,4 +10,3 @@ target("demo")
set_kind("binary")
add_deps("test")
add_files("src/main.m")
- set_values("build.across_targets_in_parallel", false)