diff options
author | 2020-05-10 15:22:41 +0200 | |
---|---|---|
committer | 2020-05-10 15:22:41 +0200 | |
commit | 5dca949285d9057fa74994cbb8bdf15296d20394 (patch) | |
tree | 34f51eabfd0d9efb424e7ed26c38020482dafeca | |
parent | 3e777fdfdaf244692c7292b904f686acdeb3ddb9 (diff) |
mingw: get rid of missing end-group warning (nw)
-rw-r--r-- | scripts/genie.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 024352cb472..1a7ac03f4aa 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1260,8 +1260,8 @@ configuration { "mingw*" } "-static", } end - linkoptions { - "-Wl,--start-group", + flags { + "LinkSupportCircularDependencies", } links { "user32", |