summaryrefslogtreecommitdiffstats
path: root/tools/ios.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ios.py')
-rw-r--r--tools/ios.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ios.py b/tools/ios.py
index 11d606b..477e27a 100644
--- a/tools/ios.py
+++ b/tools/ios.py
@@ -79,3 +79,5 @@ def generate(env):
env.Append(CCFLAGS=["-isysroot", env["IOS_SDK_PATH"]])
env.Append(LINKFLAGS=["-isysroot", env["IOS_SDK_PATH"], "-F" + env["IOS_SDK_PATH"]])
+
+ env.Append(CPPDEFINES=["IOS_ENABLED", "UNIX_ENABLED"])