diff options
author | 2015-03-26 23:44:12 +1100 | |
---|---|---|
committer | 2015-03-26 23:45:14 +1100 | |
commit | 2605b330353e9d2201970097f2827dfdd993f8c7 (patch) | |
tree | 92c4d335bed86a6940d30fd178378f5d81a63561 /scripts/genie.lua | |
parent | eb8bd38fa8b1b9ed3dff55b794c3146f19efed7d (diff) |
Fix tools link on OSX, only embed plist in main target
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 8f1c1a81a57..7203e059a57 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -501,9 +501,6 @@ configuration { "osx*" } "SDL2.framework", "pthread", } - linkoptions { - "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist" - } configuration { "mingw*" } |