summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2011-11-01 12:45:34 -0400
committerMathias Stearn <mathias@10gen.com>2011-11-01 13:17:53 -0400
commit5862ea06eb2bd22e8ab914f22eb1ca2aefd537de (patch)
treea1874d853e7386d4e90aca4aeb3155cbc0012e22 /SConstruct
parentc74b40f65ae1f88369bce99fe873516f77cbe4cc (diff)
downloadmongo-5862ea06eb2bd22e8ab914f22eb1ca2aefd537de.tar.gz
fix mongosniff build (for me at least)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 92f96d94a7f..edf150d7456 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1134,7 +1134,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" )