diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/snappy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/snappy.py b/third_party/snappy.py index e53ee63..e988110 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" ] ) |