diff options
Diffstat (limited to 'scripts/genie.lua')
-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", |