diff options
author | 2016-02-23 14:33:30 +0100 | |
---|---|---|
committer | 2016-02-23 14:33:30 +0100 | |
commit | a87419ea5cd0949fc763c8531323f66c60c3263d (patch) | |
tree | 90e64302a5990037da5daf70d5ba9d18c564a0a2 /scripts/genie.lua | |
parent | dc4adb73bb74f258d2b2a8e710a8768a7c020d1a (diff) |
Forgot to commit this one (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 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 |