summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-02 17:38:28 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-02 17:38:28 +0200
commit0de3599a0732e11854bebeeae0994380907dca6e (patch)
tree66c121b4831afc599a21fc314fb86164307fbfa6 /scripts/genie.lua
parentde6c5f38f5eb2d2678a0bbdccea1630be0b0eb3f (diff)
xcode4 fixed (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua5
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",