Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Feb 10, 2009
1 parent 14fca84 commit d71851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -507,7 +507,7 @@ if release and ( ( darwin and force64 ) or linux64 ):

shellEnv.Append( LIBS=[ "v8" ] )
if not windows:
shellEnv.Append( ["readline" ] )
shellEnv.Append( LIBS=["readline" ] )

shellEnv.JSConcat( "shell/mongo.jsall" , Glob( "shell/*.js" ) )
shellEnv.JSHeader( "shell/mongo.jsall" )
Expand Down

0 comments on commit d71851a

Please sign in to comment.