mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
3rdparty.lua: Another build fix for older OS X versions
This commit is contained in:
parent
0e4e6a5db7
commit
67ac7f437f
@ -1432,6 +1432,14 @@ end
|
||||
end
|
||||
end
|
||||
|
||||
if _OPTIONS["targetos"]=="macosx" and _OPTIONS["gcc"]~=nil then
|
||||
if string.find(_OPTIONS["gcc"], "clang") and (version < 80000) then
|
||||
defines {
|
||||
"TARGET_OS_OSX=1",
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
files {
|
||||
MAME_DIR .. "3rdparty/bgfx/src/bgfx.cpp",
|
||||
MAME_DIR .. "3rdparty/bgfx/src/debug_renderdoc.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user