diff options
| author | ruki <[email protected]> | 2023-09-30 15:12:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-30 15:12:57 +0800 |
| commit | c19eb9cdad616568851a9e9f9e31832938cae8ed (patch) | |
| tree | 5a0c3320b3efc2206a0a80b1849ea544badd8a07 /tests/projects/c++/linkorders/xmake.lua | |
| parent | 2a389d399b2437f8561d650e1badadce51a14a82 (diff) | |
improve linkgroups
Diffstat (limited to 'tests/projects/c++/linkorders/xmake.lua')
| -rw-r--r-- | tests/projects/c++/linkorders/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/linkorders/xmake.lua b/tests/projects/c++/linkorders/xmake.lua index 8a5f1d18c..755e75f51 100644 --- a/tests/projects/c++/linkorders/xmake.lua +++ b/tests/projects/c++/linkorders/xmake.lua @@ -24,6 +24,6 @@ target("demo") end add_linkorders("framework::Foundation", "png16", "foo") add_linkorders("dl", "linkgroup::syslib") - add_linkgroups("m", "pthread", {name = "syslib"}) + add_linkgroups("m", "pthread", {name = "syslib", group = true}) |
