Skip to content

Commit d71851a

Browse files
committed
fix
1 parent 14fca84 commit d71851a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ if release and ( ( darwin and force64 ) or linux64 ):
507507

508508
shellEnv.Append( LIBS=[ "v8" ] )
509509
if not windows:
510-
shellEnv.Append( ["readline" ] )
510+
shellEnv.Append( LIBS=["readline" ] )
511511

512512
shellEnv.JSConcat( "shell/mongo.jsall" , Glob( "shell/*.js" ) )
513513
shellEnv.JSHeader( "shell/mongo.jsall" )

0 commit comments

Comments
 (0)