mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
Setting GCC bar bit higher (nw)
This commit is contained in:
parent
ff1a5cf6fa
commit
0137c5b6a5
@ -970,8 +970,8 @@ end
|
||||
}
|
||||
end
|
||||
else
|
||||
if (version < 40900) then
|
||||
print("GCC version 4.9 or later needed")
|
||||
if (version < 50000) then
|
||||
print("GCC version 5.0 or later needed")
|
||||
os.exit(-1)
|
||||
end
|
||||
buildoptions {
|
||||
|
Loading…
Reference in New Issue
Block a user