summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-10 13:49:51 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-10 13:49:51 -0500
commitd71851a4140e03331f8c1c4bdee896dfd7e3c7d0 (patch)
treeb584049c42894a86ed5c21feffbfae94cd2c9494
parent14fca8423880a48c83742c1e0b550e6cf167d872 (diff)
downloadmongo-d71851a4140e03331f8c1c4bdee896dfd7e3c7d0.tar.gz
fix
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f7ee3458e24..8320729ebe2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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" )