mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
fix
This commit is contained in:
parent
14fca84238
commit
d71851a414
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user