diff options
author | 2015-09-18 16:00:03 -0400 | |
---|---|---|
committer | 2015-09-18 16:00:03 -0400 | |
commit | 459c86dee33698c032cb3ab366e139c71277e3dc (patch) | |
tree | aad8911320914d490d5e3bf4980dbd0b9a912c9f /scripts/genie.lua | |
parent | 6b79dc22758f631d837bc3e9f873f56ade6b0baf (diff) |
Fix build with Xcode 7 (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index e7e1342c050..debf9b19e4d 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1000,6 +1000,11 @@ end "-Wno-extern-c-compat", } end + if (version >= 70000) then + buildoptions { + "-Wno-tautological-undefined-compare", + } + end else if (version == 40201) then buildoptions { |