Skip to content

Commit cc8aa49

Browse files
committed
SERVER-3893, can't find a system where this breaks right now
1 parent afdf9f6 commit cc8aa49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: SConstruct

+1-2
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,7 @@ if "uname" in dir(os):
745745
if has_option( "ssl" ):
746746
env.Append( CPPDEFINES=["MONGO_SSL"] )
747747
env.Append( LIBS=["ssl"] )
748-
if darwin:
749-
env.Append( LIBS=["crypto"] )
748+
env.Append( LIBS=["crypto"] )
750749

751750
try:
752751
umask = os.umask(022)

0 commit comments

Comments
 (0)