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