diff options
| author | ruki <[email protected]> | 2023-09-29 21:02:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-29 21:02:07 +0800 |
| commit | c7486bd09c28892efa166119b94e87d005659b32 (patch) | |
| tree | 7a636c478d9fc6ccadb0273d322a47f45077de4b /tests/projects/c++/linkorders/xmake.lua | |
| parent | 270341b90e881c36467f2e03a01909e2d509331f (diff) | |
sort links using graph
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 0742f76c7..8a5f1d18c 100644 --- a/tests/projects/c++/linkorders/xmake.lua +++ b/tests/projects/c++/linkorders/xmake.lua @@ -23,7 +23,7 @@ target("demo") add_frameworks("Foundation", "CoreFoundation") end add_linkorders("framework::Foundation", "png16", "foo") - add_linkorders("dl", "group::syslib") + add_linkorders("dl", "linkgroup::syslib") add_linkgroups("m", "pthread", {name = "syslib"}) |
