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 02259293cbe..a9d90cd9911 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -680,7 +680,7 @@ end "LUA_COMPAT_5_2", } - if _ACTION == "gmake" or _ACTION == "xcode4" then + if _ACTION == "gmake" then --we compile C-only to C99 standard with GNU extensions |