summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-03 14:02:36 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-03 14:02:36 +0100
commit29bfbddaac5fc340ffc5e5fdf33a32d2b5a6a069 (patch)
tree7b293218c341653cbd42634d673f89892b4396f5 /scripts
parentcdbba2ed1ced18bdc6b71838dbd1d6fcc9e77690 (diff)
stupid me (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index b16a5d97d53..94e79b62c29 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -966,7 +966,7 @@ end
local version = str_to_version(_OPTIONS["gcc_version"])
if string.find(_OPTIONS["gcc"], "clang") then
if (version < 30400) then
- print("Clang version 3.5 or later needed")
+ print("Clang version 3.4 or later needed")
os.exit(-1)
end
buildoptions {