summaryrefslogtreecommitdiff
path: root/tests/projects/c++/linkorders/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-29 21:02:07 +0800
committerruki <[email protected]>2023-09-29 21:02:07 +0800
commitc7486bd09c28892efa166119b94e87d005659b32 (patch)
tree7a636c478d9fc6ccadb0273d322a47f45077de4b /tests/projects/c++/linkorders/xmake.lua
parent270341b90e881c36467f2e03a01909e2d509331f (diff)
sort links using graph
Diffstat (limited to 'tests/projects/c++/linkorders/xmake.lua')
-rw-r--r--tests/projects/c++/linkorders/xmake.lua2
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"})