summaryrefslogtreecommitdiff
path: root/tests/projects/c++/linkorders/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-30 00:06:40 +0800
committerruki <[email protected]>2023-09-30 00:06:40 +0800
commitbd0c7ed30aa7478ea6f0d82ae5e00ead6129f241 (patch)
tree1e0dabfc6bf88217b4a9c23b857d49e433351850 /tests/projects/c++/linkorders/xmake.lua
parent9a6662aa86d5ea52d494d9662ff3b6482d4cf413 (diff)
improve test
Diffstat (limited to 'tests/projects/c++/linkorders/xmake.lua')
-rw-r--r--tests/projects/c++/linkorders/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/c++/linkorders/xmake.lua b/tests/projects/c++/linkorders/xmake.lua
index 5d64c72b4..8a5f1d18c 100644
--- a/tests/projects/c++/linkorders/xmake.lua
+++ b/tests/projects/c++/linkorders/xmake.lua
@@ -24,7 +24,6 @@ target("demo")
end
add_linkorders("framework::Foundation", "png16", "foo")
add_linkorders("dl", "linkgroup::syslib")
--- add_linkorders("foo", "png16")
add_linkgroups("m", "pthread", {name = "syslib"})