diff options
| author | ruki <[email protected]> | 2023-09-30 16:20:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-30 16:20:39 +0800 |
| commit | f584fb389af355484c7bbb257c0c5cd77c7f6c31 (patch) | |
| tree | 3e26bc039fa5aacc6c808a7562238df86c9b9234 | |
| parent | 21e6122fe0d598cb0977186bc64449d7c1dd9a8e (diff) | |
fix tests
| -rw-r--r-- | tests/projects/c++/linkorders/xmake.lua | 1 |
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") |
