diff options
author | 2016-02-26 14:16:50 +0100 | |
---|---|---|
committer | 2016-02-26 14:16:50 +0100 | |
commit | 2582ce7f16cc84c686a4357fca7d53edd0ecc348 (patch) | |
tree | 0a86161f6cbfa2fdad9cfed3a1c440b1841b88cb /scripts/genie.lua | |
parent | 4727b0d97f30666b15155765d602c9a2f1f5159f (diff) |
cleanup (nw)
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 0854523185e..2cf8916713f 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -943,7 +943,7 @@ end local version = str_to_version(_OPTIONS["gcc_version"]) - if string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "pnacl") or string.find(_OPTIONS["gcc"], "asmjs") then + if string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "pnacl") or string.find(_OPTIONS["gcc"], "asmjs") or string.find(_OPTIONS["gcc"], "android") then if (version < 30400) then print("Clang version 3.4 or later needed") os.exit(-1) |