From 22fcc094b0a56e4cbc023fc6d4726eae72e312f0 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 27 Oct 2023 23:05:46 +0800 Subject: fix sort links --- xmake/languages/c++/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua index a6e497cc4..22a69a417 100644 --- a/xmake/languages/c++/xmake.lua +++ b/xmake/languages/c++/xmake.lua @@ -74,8 +74,8 @@ language("c++") , "toolchain.rpathdirs" , "toolchain.frameworkdirs" , "config.links" + , "target.linkgroups" -- we must move it before target.links, because we need sort correct order for package and its deps , "target.links" - , "target.linkgroups" , "toolchain.links" , "config.frameworks" , "target.frameworks" -- cgit v1.3.1