Add platform macros

This commit is contained in:
Adam Scott
2023-07-22 08:46:14 -04:00
parent 1009da4d7e
commit 9d9f4279ed
6 changed files with 12 additions and 0 deletions

View File

@@ -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"])