diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 97eff92bc7a..0c1a6abb179 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1133,8 +1133,13 @@ configuration { "osx* or xcode4" } } configuration { "mingw*" } + if _OPTIONS["osd"]~="sdl" + then + linkoptions { + "-static", + } + end linkoptions { - "-static", "-Wl,--start-group", } links { |
