0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
This commit is contained in:
Eliot Horowitz 2009-02-10 13:49:51 -05:00
parent 14fca84238
commit d71851a414

View File

@ -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" )