summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-30 16:20:39 +0800
committerruki <[email protected]>2023-09-30 16:20:39 +0800
commitf584fb389af355484c7bbb257c0c5cd77c7f6c31 (patch)
tree3e26bc039fa5aacc6c808a7562238df86c9b9234
parent21e6122fe0d598cb0977186bc64449d7c1dd9a8e (diff)
fix tests
-rw-r--r--tests/projects/c++/linkorders/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/c++/linkorders/xmake.lua b/tests/projects/c++/linkorders/xmake.lua
index 80c0300d7..755e75f51 100644
--- a/tests/projects/c++/linkorders/xmake.lua
+++ b/tests/projects/c++/linkorders/xmake.lua
@@ -6,7 +6,6 @@ target("bar")
set_kind("shared")
add_files("src/foo.cpp")
add_linkgroups("m", "pthread", {whole = true})
- add_linkgroups("dl", {static = true})
target("foo")
set_kind("static")