diff options
| author | ruki <[email protected]> | 2023-09-30 00:06:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-30 00:06:40 +0800 |
| commit | bd0c7ed30aa7478ea6f0d82ae5e00ead6129f241 (patch) | |
| tree | 1e0dabfc6bf88217b4a9c23b857d49e433351850 /tests/projects/c++/linkorders/xmake.lua | |
| parent | 9a6662aa86d5ea52d494d9662ff3b6482d4cf413 (diff) | |
improve test
Diffstat (limited to 'tests/projects/c++/linkorders/xmake.lua')
| -rw-r--r-- | tests/projects/c++/linkorders/xmake.lua | 1 |
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"}) |
