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:
parent
afdf9f6444
commit
cc8aa499ff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user