0
0
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:
Mathias Stearn 2011-11-01 12:45:34 -04:00
parent f3f72f6c94
commit 8d0de8ead9

View File

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