summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 405eae84f8b..4e46052a6d8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -744,6 +744,8 @@ if "uname" in dir(os):
if has_option( "ssl" ):
env.Append( CPPDEFINES=["MONGO_SSL"] )
env.Append( LIBS=["ssl"] )
+ if darwin:
+ env.Append( LIBS=["crypto"] )
try:
umask = os.umask(022)