diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 632001027d1..8f1c1a81a57 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -493,7 +493,6 @@ configuration { "linux-*" } } configuration { "osx*" } - links { "Cocoa.framework", "OpenGL.framework", @@ -502,6 +501,9 @@ configuration { "osx*" } "SDL2.framework", "pthread", } + linkoptions { + "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist" + } configuration { "mingw*" } |