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

@@ -48,3 +48,5 @@ def generate(env):
"-Wl,-undefined,dynamic_lookup",
]
)
env.Append(CPPDEFINES=["MACOS_ENABLED", "UNIX_ENABLED"])