summaryrefslogtreecommitdiff
path: root/third_party/snappy.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/snappy.py')
-rw-r--r--third_party/snappy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/snappy.py b/third_party/snappy.py
index e53ee632bbd..e9881106c87 100644
--- a/third_party/snappy.py
+++ b/third_party/snappy.py
@@ -11,4 +11,4 @@ def configure( env , fileLists , options ):
fileLists["serverOnlyFiles"] += [ myenv.Object(f) for f in files ]
def configureSystem( env , fileLists , options ):
- configure( env , fileLists , options )
+ env.Append( LIBS=[ "snappy" ] )