mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
OSX version is taken on different way so it is considered 6.0 (nw)
This commit is contained in:
parent
d9db2350fb
commit
20b32acb8b
@ -724,7 +724,7 @@ else
|
|||||||
end
|
end
|
||||||
|
|
||||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
local version = str_to_version(_OPTIONS["gcc_version"])
|
||||||
if string.find(_OPTIONS["gcc"], "clang") and ((version < 30500) or (_OPTIONS["targetos"]=="macosx" and (version <= 30500))) then
|
if string.find(_OPTIONS["gcc"], "clang") and ((version < 30500) or (_OPTIONS["targetos"]=="macosx" and (version <= 60000))) then
|
||||||
buildoptions_cpp {
|
buildoptions_cpp {
|
||||||
"-x c++",
|
"-x c++",
|
||||||
"-std=c++1y",
|
"-std=c++1y",
|
||||||
|
Loading…
Reference in New Issue
Block a user