summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 0f9f38b3721..4dce1830d20 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1099,8 +1099,8 @@ end
}
end
else
- if (version < 50000) then
- print("GCC version 5.0 or later needed")
+ if (version < 70000) then
+ print("GCC version 7.0 or later needed")
os.exit(-1)
end
buildoptions {