diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
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 { |