summaryrefslogtreecommitdiffstats
path: root/tools/macos.py
diff options
context:
space:
mode:
authorAdam Scott <ascott.ca@gmail.com>2023-07-22 08:46:14 -0400
committerAdam Scott <ascott.ca@gmail.com>2023-07-23 19:23:01 -0400
commit9d9f4279ed63da1372d59bc033655eed502fe80e (patch)
tree0621d82d4af7857de98d46163be517bc3bdc0fb3 /tools/macos.py
parent1009da4d7e395abadfdb454cff6623e9456181c4 (diff)
downloadredot-cpp-9d9f4279ed63da1372d59bc033655eed502fe80e.tar.gz
Add platform macros
Diffstat (limited to 'tools/macos.py')
-rw-r--r--tools/macos.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/macos.py b/tools/macos.py
index 2e4bfc6..5718776 100644
--- a/tools/macos.py
+++ b/tools/macos.py
@@ -48,3 +48,5 @@ def generate(env):
"-Wl,-undefined,dynamic_lookup",
]
)
+
+ env.Append(CPPDEFINES=["MACOS_ENABLED", "UNIX_ENABLED"])