diff options
| -rw-r--r-- | xmake/languages/c++/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
