Setting GCC bar bit higher (nw)

This commit is contained in:
Miodrag Milanovic 2016-08-27 10:33:59 +02:00
parent ff1a5cf6fa
commit 0137c5b6a5

View File

@ -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 {