diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index aa939c1f115..360749f3a80 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -14,6 +14,11 @@ function mainProject(_target, _subtarget) "NoManifest", } + configuration { "osx*" } + linkoptions { + "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist" + } + configuration { "mingw*" } if _OPTIONS["osd"]=="sdl" then targetprefix "sdl" @@ -73,7 +78,7 @@ function mainProject(_target, _subtarget) MAME_DIR .. "3rdparty/zlib", GEN_DIR .. "mame/layout", GEN_DIR .. "ldplayer/layout", - GEN_DIR .. "osd/windows", + GEN_DIR .. "osd/windows", } includeosd() |