summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/mongo/generators.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/site_scons/mongo/generators.py b/site_scons/mongo/generators.py
index 052f18d3a0a..b60c1fa3b00 100644
--- a/site_scons/mongo/generators.py
+++ b/site_scons/mongo/generators.py
@@ -69,6 +69,12 @@ def default_buildinfo_environment_data():
True,
False,
),
+ (
+ 'cppdefines',
+ '$CPPDEFINES',
+ True,
+ False,
+ ),
)