diff options
author | 2015-04-02 17:38:28 +0200 | |
---|---|---|
committer | 2015-04-02 17:38:28 +0200 | |
commit | 0de3599a0732e11854bebeeae0994380907dca6e (patch) | |
tree | 66c121b4831afc599a21fc314fb86164307fbfa6 /scripts/genie.lua | |
parent | de6c5f38f5eb2d2678a0bbdccea1630be0b0eb3f (diff) |
xcode4 fixed (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 ebabf607326..d03e60b18d7 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -360,6 +360,11 @@ configuration { "gmake" } buildoptions_objc { "-DINLINE=\"static inline\"", } +configuration { "xcode4*" } + buildoptions { + "-DINLINE=\"static inline\"", + } + configuration { "vs*" } defines { "INLINE=static inline", |