mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
fix mongosniff build (for me at least)
This commit is contained in:
parent
f3f72f6c94
commit
8d0de8ead9
@ -1138,7 +1138,7 @@ if darwin or clientEnv["_HAVEPCAP"]:
|
||||
sniffEnv.Append( LIBS=[ "wpcap" ] )
|
||||
|
||||
sniffEnv.Prepend( LIBPATH=["."] )
|
||||
sniffEnv.Append( LIBS=[ "mongotestfiles" ] )
|
||||
sniffEnv.Prepend( LIBS=[ "mongotestfiles" ] )
|
||||
|
||||
sniffEnv.Program( "mongosniff" , "tools/sniffer.cpp" )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user