summaryrefslogtreecommitdiff
path: root/tests/projects/c++/linkorders/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-27 23:53:21 +0800
committerruki <[email protected]>2023-09-27 23:53:21 +0800
commit6ffb48dd54c6d2d4e6168fac56943481d58e29c4 (patch)
tree7a463c358d683d9a9ad047ed0e1a052c488ee8fa /tests/projects/c++/linkorders/xmake.lua
parentd53b673e631873b21b07665498a142cc31059c81 (diff)
add groups for interpreter
Diffstat (limited to 'tests/projects/c++/linkorders/xmake.lua')
-rw-r--r--tests/projects/c++/linkorders/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/projects/c++/linkorders/xmake.lua b/tests/projects/c++/linkorders/xmake.lua
index 41fee8897..09fd30378 100644
--- a/tests/projects/c++/linkorders/xmake.lua
+++ b/tests/projects/c++/linkorders/xmake.lua
@@ -17,7 +17,8 @@ target("demo")
if is_plat("macosx") then
add_frameworks("Foundation", "CoreFoundation")
end
- add_linkorders("framework::Foundation", "png16", "foo", "m", "pthread")
+ add_linkorders("framework::Foundation", "png16", "foo")
+ add_linkorders("m", "pthread")
add_linkgroups("m", "pthread")