0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-3893, can't find a system where this breaks right now

This commit is contained in:
Eliot Horowitz 2012-07-11 13:24:31 -04:00
parent afdf9f6444
commit cc8aa499ff

View File

@ -745,8 +745,7 @@ if "uname" in dir(os):
if has_option( "ssl" ):
env.Append( CPPDEFINES=["MONGO_SSL"] )
env.Append( LIBS=["ssl"] )
if darwin:
env.Append( LIBS=["crypto"] )
env.Append( LIBS=["crypto"] )
try:
umask = os.umask(022)