diff options
author | 2016-06-26 23:48:27 +1000 | |
---|---|---|
committer | 2016-06-26 23:48:27 +1000 | |
commit | 847ecb65a6ade8cc453c8027d646d281c2599521 (patch) | |
tree | 9beb20a7bbd1535e1fa07c4d695d41bfc704c895 /scripts/genie.lua | |
parent | 923151d00bb92f5c11d24fecf643f4af8f0c2114 (diff) |
damn circular deps (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 5eebe355e2c..903d77ce3ed 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1110,6 +1110,7 @@ configuration { "mingw*" } "-static-libgcc", "-static-libstdc++", "-static", + "-Wl,--start-group", } links { "user32", |